相关疑难解决方法(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万
查看次数

无法在XAMPP和Windows XP上安装Xdebug

我知道,这已被问过几次,但答案并没有解决我的问题.

我在Windows XP SP3上运行XAMPP 1.8.2并且正在努力安装XDebug.

我从网站上下载了XDebug.不幸的是,安装向导对我不起作用,我的PHP版本是5.4.16,所以我选择了该文件PHP 5.4 VC9 TS (32 bit).

我根据不同的教程配置了我的php.ini:

[XDebug]
zend_extension_ts = "D:\Stefan\xampp\php\ext\php_xdebug-2.2.3-5.4-vc9.dll"
xdebug.remote_enable = On
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_mode=req
xdebug.remote_port = 9000
xdebug.remote_autostart = 1
Run Code Online (Sandbox Code Playgroud)

重新启动apache时,不会显示其他条目phpinfo().我已经检查过,没有激活其他调试或加速模块,并且还尝试更改Xdebug端口,但没有任何效果.

Apache和Windows错误日志不包含与此问题相关的任何条目.

任何提示?

php windows xampp xdebug

6
推荐指数
1
解决办法
4263
查看次数

标签 统计

php ×2

windows ×2

xdebug ×2

xampp ×1