相关疑难解决方法(0)

无法在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
Run Code Online (Sandbox Code Playgroud)

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

当在cmd上键入"php --ini"时.表明: 在此输入图像描述

php windows xdebug

8
推荐指数
1
解决办法
1万
查看次数

标签 统计

php ×1

windows ×1

xdebug ×1