I've installed in my osX php7 from homebrew, however when I type in the shell eitherphp --version
or php-fpm --version
I get as result an older version
PHP 5.5.30 (fpm-fcgi) (built: Oct 23 2015 17:22:03)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
From the shell I looked for every php file or folder sudo find / -name "php"
but nothing linked to PHP 5.5
What should I do?