我试图在Apache 2.4上通过fast-cgi在Windows上运行两个不同的php 5.5实例(一个带有XDebug,一个没有,相同的php可执行文件,不同的php.ini文件),理想的情况是都启用了opcache。
但是,当我启用opcache的两个版本之一显示500 Internal Server Error访问页面和PHP版本的错误日志,然后包括条目
Die Pipe wurde beendet. [[Translation: The Pipe has been terminated]] : [client 192.168.10.232:60702] mod_fcgid: get overlap result error
似乎这两个php实例正在访问相同的共享内存段caching数据和xdebug搞乱了事情。 我怎样才能configurationPHP,所以这个工作?