ZendDebugger在Linux下的某个错误
10.06.2008 by admin - 0 CommentPosted in 未分类
CentOS,PHP-Fastcgi,XCache, 局域网内的测试服务器。
由于要调试PHP程序,所以在服务器上安装了ZendDebugger以便和电脑上的ZendStudio联合进行调试,可是按照以往的配置经验,在php.ini中加入类似如下配置:
- zend_extension=/full/path/to/ZendDebugger.so
- zend_debugger.allow_hosts=<ip_addresses>
- zend_debugger.expose_remotely=always
然而重启phpfastcgi进程以后,php程序却报这个错误:
- Debugger compile handler overriden, cannot continue

