Hi,
I'm trying to install phalcon.php on MacOSX10.11 with MAMP. I download the latest version of MAMP and Phalcon. After linked my MAMP php version (5.6.10) as system php default version, i build the install and works. I saw the phalcon.so on php extensions pholder in MAMP.
After it, i write on my php.ini (MAMP) the line : extension=phalcon.so. Trying to saw it with php -i command line but nothing loaded. So i tryed with zend_exention=phalcon.so but always nothing. When i run : $: php phalcon.php an error occure : /Applications/MAMP/bin/php/php5.6.10/lib/php/extensions/no-debug-non-zts-20131226/phalcon.so doesn't appear to be a valid Zend extension Could not open input file: phalcon.php
I'm a bit confused about install on mac so any help or advice would be cool.