Hi,
I tried to install phalcon in MAMP 4.0.6 on mac os sierra. I use phalcon.so from https://github.com/majksner/php-phalcon-mamp I put the file in /Applications/MAMP/bin/php/php7.0.12/lib/php/extensions/no-debug-non-zts-20151012/ I add extension=phalcon.so in the php.ini file in /Applications/MAMP/bin/php/php7.0.12/conf/
When I launch servers in MAMP, only mysql start. If I comment ;extension=phalcon.so, apache and mysql start.
this command /Applications/MAMP/bin/php/php7.0.12/bin/php -m | grep "phalcon" give me : dyld: Library not loaded: /Applications/MAMP/Library/lib/libcurl.4.dylib Referenced from: /Applications/MAMP/bin/php/php7.0.12/bin/php Reason: Incompatible library version: php requires version 9.0.0 or later, but libcurl.4.dylib provides version 7.0.0
/Applications/MAMP/Library/bin/curl-config --version give me : libcurl 7.50.3 It seems to be one of the latest...
Please help me !!!