我正在使用 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)
有任何想法吗?