I am trying to use Eclipse's PHP debugger plugin to debugg my PHP apps on my production server online. however, i need to install the zend debugger extension....
I have been following a tutorial trying to figure out how to do it
the following is my php ini file
[Zend]
zend_extension=/full/path/to/ZendDebugger.so (i masked the path for posting purposes)
zend_debugger.allow_hosts=127.0.0.1/32
zend_debugger.expose_remotely=always
now i do not have access to the extensions dir i placed it in my document root.
how would I know that i have successfully installed the extension as I do not get any PHP errors...my server seems functioning...yet I dont see any phpinfo on it