私はこれまでこの質問を検索しましたが、成功していません...
Web サーバーとして IIS 8 で php 5.2 (IDE:netbean) を使用しています。php_xdebug-2.2.2-5.2-vc9-nts xdebug をインストールしました。これが私のphp.iniの変更です:
zend_extension="C:\php\php_xdebug-2.2.2-5.2-vc9-nts.dll"
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
; Port number must match debugger port number in NetBeans IDE Tools > Options > PHP
xdebug.remote_handler=dbgp
xdebug.idekey="netbeans-xdebug"
次に IIS を再起動しました。しかし、xdebugウィザードでphpinfo()のhtmlをコピーして貼り付けると、以下のようになりました:
Summary
Xdebug installed: no
Server API: CGI/FastCGI
Windows: yes - Compiler: MS VC9 - Architecture: x86
Zend Server: no
PHP Version: 5.2.17
Zend API nr: 220060519
PHP API nr: 20060613
Debug Build: no
Thread Safe Build: no
Configuration File Path: C:\WINDOWS
Configuration File: C:\PHP\php.ini
Extensions directory: .
Instructions
Download
Move the downloaded file to .
Edit C:\PHP\php.ini and add the line
zend_extension = .\
Restart the webserver
xdebug が正常にインストールされていないようです。何か案が?