I'm trying to set up remote debugging with Zend Debugger. I've followed the instructions, including adding these lines to the end of php.ini:
- Code: Select all
zend_extension =/opt/Zend/php-5.2.x/ZendDebugger. so
zend_debugger.allow_hosts=75.158.133.181
zend_debugger.expose_remotely=always
However, after restarting Apache, there was no change to the phpinfo() output.
What are some troubleshooting steps that I could try to find out why the Zend Debugger isn't loading? Also, how do I find out if the Zend Extension Manager is installed?
Thanks,
Shane.

