Posts Tagged ‘debugger’

ZendDebugger在Linux下的某个错误

10.06.2008 by admin - 0 Comment
Posted in 未分类

CentOS,PHP-Fastcgi,XCache, 局域网内的测试服务器。
由于要调试PHP程序,所以在服务器上安装了ZendDebugger以便和电脑上的ZendStudio联合进行调试,可是按照以往的配置经验,在php.ini中加入类似如下配置:

  1. zend_extension=/full/path/to/ZendDebugger.so
  2. zend_debugger.allow_hosts=<ip_addresses>
  3. zend_debugger.expose_remotely=always

然而重启phpfastcgi进程以后,php程序却报这个错误:

  1. Debugger compile handler overriden, cannot continue

Read the rest of this entry »