We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Mac OS Yosemite PHP 7.1 Brew Install

Brew says it installed and to look at phpinfo() to confirm.

Neither phpinfo() nor get_loaded_extensions() shows Phalcon to be installed.

Your documentation for Mac OS install still includes PHP5.x Are there current installation instructions available?



85.5k

i think this is what mac users are using, zephir has some issues on mac i think

https://github.com/majksner/php-phalcon-mamp

edited Aug '17

it simple i think, just install the php71 phalcon:

brew install php71-phalcon

then run the php71-phalcon as administrator:

sudo brew services php71-phalcon start

then serve website using php builtin server:

php -S localhost:port -t /public .htrouter