无法在Windows上安装XDEBUG? [英] can't install XDEBUG on windows?

查看:76
本文介绍了无法在Windows上安装XDEBUG?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的php版本是PHP版本5.3.6.

my php version is PHP Version 5.3.6.

php.ini中的Xdebug设置:

Xdebug setting in php.ini:

[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位).他们都失败了.

i have installed PHP 5.3 VC6 (32 bit)/ PHP 5.3 VC9 (32 bit). they are both failed.

在cmd上键入"php --ini"时.表明:

when typed "php --ini" on cmd . it shows:

推荐答案

为了找到正确的二进制文件,请按照

in order to find the correct binary to use, please follow the instructions at http://xdebug.org/find-binary.php

欢呼声, 德里克

这篇关于无法在Windows上安装XDEBUG?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆