I'm using the free version of MAMP. I'm using the latest version of MAMP 2.1.1 with PHP version 5.4.4.
I'm trying to install the Zend Debugger, so I downloaded it from the Zend website, copy it to the following path
/Applications/MAMP/bin/php/php5.4.4/lib/php/extensions/no-debug-non-zts-20100525
Then I configure the php.ini and write the following lines:
[ZendDebugger]
zend_extension= "/Applications/MAMP/bin/php/php5.4.4/lib/php/extensions/no-debug-non-zts-20100525/ZendDebugger.so"
zend_debugger.allow_hosts= 127.0.0.1
zend_debugger.expose_remotely= always
I did quit MAMP then start it again, but it doesn't work !
So what should I do to configure it correctly ?