无法在Windows上安装XDEBUG?

我的PHP版本是PHP版本5.3.6

在php.ini中的Xdebug设置:

 [Xdebug] zend_extension_ts="D:\php\ext\php_xdebug-2.1.2.dll" xdebug.remote_enable=1 ;IP xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.auto_trace = On xdebug.show_exception_trace = On xdebug.remote_autostart = On xdebug.collect_vars = On xdebug.collect_return = On xdebug.collect_params = On 

我已经安装了PHP 5.3 VC6(32位)/ PHP 5.3 VC9(32位)。 他们都失败了。

在cmd上键入“php –ini”。 表明: 在这里输入图像说明

为了找到正确的二进制文件,请按照http://xdebug.org/find-binary.php

欢呼声,德里克

不要试图混合使用'n匹配模块,请尝试从Apache Friends下载股票。 http://www.apachefriends.org/en/xampp-windows.html

XAMPP自带xdebug开箱即用。

看起来你只需要为你的Windows / PHP版本下载正确版本的xdebug。 这里有VC9的构建,只需选择合适的32位或64位。