Installing Configuring ZEND Debugger

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

Installing Configuring ZEND Debugger

Post by kendall »

Hi,

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
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: Installing Configuring ZEND Debugger

Post by ghurtado »

phpinfo() should show the newly installed extension. If you do not see it, check that you modified the correct php.ini and that you rebooted apache.
Post Reply