Requester:
disable your ZendOptimizer and eaccelerator
download ZendDebugger.os place to /usr/local/lib/php/20060613/
ZendDebugger.so for freebsd (2.2 MiB, 37 hits)
You need to be a registered user to download this file.
Install:
edit your php.ini. For me php.ini is in /usr/local/etc/
[Zend]
zend_extension=/usr/local/lib/php/20060613/ZendDebugger.so
zend_debugger.allow_hosts=10.10.2.0/24
zend_debugger.expose_remotely=always
zend_debugger.connector_port=10001
restart your apache
Look in the phpinfo( ) got the result below!
Reference:Installing Zend Platform 3.0.3 on FreeBSD 6.2 with Apache 1.3 and PHP 5.2.4






Popular Posts