Greetings,
I am unable to get Zend Debugger to load. I have PHP 5.2.17 on a remote CentOS Linux. I followed the instructions, including adding the following lines to the end of my php.ini file:
- 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, phpinfo() doesn't show the Zend Debugger any where.
I'm wondering if the following php.ini directive could be preventing the debugger from loading...
- Code: Select all
; Enable compatibility mode with Zend Engine 1 (PHP 4.x)
zend.ze1_compatibility_mode = Off
I don't know what else could be preventing it from loading.
Thanks,
Shane.