I have spent a lot of time on this with no end product.
- Installed MAMP.
- Found "make" (was installed in different folder)
- Installed autoconf which was missing so I can run phpize
- Downloaded, compiled and installed xdebug according to:
http://www.xdebug.org/find-binary.php
- Made necessary changes to correct php.ini.
- Restarted MAMP - but phpinfo() does not show xdebug.
No matter what I do to the php.ini file located at /Applications/MAMP/conf/php5.3/php.ini, nothing changes. The site still loads fine. Even if I nuke it completely. Yet that is what phpinfo() shows it is loading.
What am I overlooking?
php.ini
[xdebug]
zend_extension=/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1