我有
PHP在apache上运行.我已经下载了我认为是正确的xdebug编译dll为PHP版本5.4 64位窗口.我有线程安全启用,它正在使用VC9.我已经下载了dll并将其放在这里:
C:\PHP5\extras\PHP_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll
这是我在PHP.ini中的内容:
[xdebug]
zend_extension = "C:\PHP5\extras\PHP_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll"
当我启动Apache,我得到这个错误:
[Wed Apr 04 17:01:56 2012] [notice] Parent: Received restart signal -- Restarting the server.
Failed loading C:\PHP5\extras\PHP_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll
hild process is ending.
[Wed Apr 04 17:01:56 2012] [notice] Apache/2.2.22 (Win32) PHP/5.4.0 configured -- resuming normal operations
[Wed Apr 04 17:01:56 2012] [notice] Server built: Jan 28 2012 11:16:39
[Wed Apr 04 17:01:56 2012] [notice] Parent: Created child process 2120
[Wed Apr 04 17:01:57 2012] [notice] Child 2120: Child process is running
[Wed Apr 04 17:01:57 2012] [notice] Child 2120: Acquired the start mutex.
[Wed Apr 04 17:01:57 2012] [notice] Child 2120: Starting 64 worker threads.
[Wed Apr 04 17:01:57 2012] [notice] Child 5624: Released the start mutex
[Wed Apr 04 17:01:58 2012] [notice] Child 5624: All worker threads have exited.
[Wed Apr 04 17:01:58 2012] [notice] Child 5624: Child process is exiting
Failed loading C:\PHP5\extras\PHP_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll