php – 无法在Windows上安装XDEBUG?

前端之家收集整理的这篇文章主要介绍了php – 无法在Windows上安装XDEBUG?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我的PHP版本是 PHP Version 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中的说明进行操作

干杯,德里克

猜你在找的PHP相关文章