Hello,
I have problems with compiling Phalcon 2 on my Mac machine.
Yesterday I've installed apache2
, php56
and the php56-mysql
with MacPorts and all that works properly. What are the next steps to compile Phalcon 2 with Zephir? I've adjusted the $PATH variable to use the new PHP version installed by MacPorts. I've installed APCu and mcrypt, too. But zephir generate
reports: the functions are not available at compile time.
What I'm doing wrong? Does somebody know a step by step tutorial?