私はPHP上でApacheを実行しています。私はPHPのバージョン5.4の64ビットのウィンドウのための正しいxdebugコンパイルされたdllと思うものをダウンロードしました。スレッドセーフティが有効になっており、VC9を使用しています。私はdllファイルをダウンロードし、それをここに置いています。ここWindows 7でXDebugが読み込まれない64ビットPHP 5.4
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
php_debug.dllはそこになかったです。私はあなたが甘やかされた時にやったが、まだエラーがある。 –
さて、それは試してみる価値がありました。私が作ることができる他の唯一の提案は、ここでXdebugバイナリを使ってPHP 5.3を実行しようとすることです:http://downloads.php.net/pierre/ – Xenon