Hi,
First of all, I did my best searching about this problem on this forum , but i can't find an answer ..
I'm trying to install zend debugger on CentOS 6.
At this moment my config is:
OS: CentOS 6.2
Apache: Apache/2.2.15 (CentOS)
PHP: PHP Version 5.2.17
and my php.ini ...
[Zend]
zend_extension =/usr/lib/php/modules/ZendDebugger.so
zend_debugger.allow_hosts=192.168.1.0/24
zend_debugger.expose_remotely=always
Thread Safety was disabled ...
PHPInfo do not show any information about ZendDebugger ...
I'm starting apache as a service.
Thanks

