PHP バージョン 5.4.14 を使用しています
xdebugをインストールできません
Xdebug installed: no
Server API: CGI/FastCGI
Windows: yes - Compiler: MS VC9 - Architecture: x86
Zend Server: no
PHP Version: 5.4.14
Zend API nr: 220100525
PHP API nr: 20100525
Debug Build: no
Thread Safe Build: no
Configuration File Path: C:\Windows
Configuration File: C:\Program Files (x86)\IIS Express\PHP\v5.4\php.ini
Extensions directory: C:\php
これは私のphp.iniです
[Xdebug]
;zend_extension= C:\php\php_xdebug-2.2.3-5.4-vc9-nts-x86_64.dll
zend_extension= C:\php\php_xdebug-2.2.2-5.4-vc9-x86_64.dll
xdebug.remote_enable=1
xdebug.remote_host= localhost
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"
のバージョン 2.2.3 と 2.2.2 を試しましたが、成功しませんでした
私は使用していませんapache
。Windows 8 で `iis 8 を使用しています
インストールされたnetbeansは、常にこのようにデバッグしようとすると、codeigniterで動作します
接続待ち (netbeans-xdebug)
何か案は?