无法在 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”时。它显示:
my php version is PHP Version 5.3.6
.
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
i have installed PHP 5.3 VC6 (32 bit)/ PHP 5.3 VC9 (32 bit). they are both failed.
when typed "php --ini" on cmd . it shows:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
为了找到要使用的正确二进制文件,请按照 http://xdebug.org/find-binary.php
,
德里克
in order to find the correct binary to use, please follow the instructions at http://xdebug.org/find-binary.php
cheers,
Derick
不要尝试混合匹配模块,而是尝试从 Apache Friends 下载库存。 http://www.apachefriends.org/en/xampp-windows.html
XAMPP 开箱即用 xdebug。
Instead of attempting to mix 'n match modules, try a stock download from Apache Friends. http://www.apachefriends.org/en/xampp-windows.html
XAMPP comes with xdebug right out of the box.
看起来您只需要下载适合您的 Windows / PHP 版本的 xdebug 版本。 这里有 VC9 版本,只需选择适合 32 位或 64 位的版本即可。
Looks like you just need to download the correct version of xdebug for your version of Windows / PHP. There are VC9 builds here, just select the appropriate one for 32 or 64 bit.
[http://nepuzz.com/index/detail/18][1]
您可以检查上面的链接并轻松在 sublime 3 中使用 wamp 服务器安装 xdebugger。
[http://nepuzz.com/index/detail/18][1]
You can check the above link and install xdebugger in sublime 3 with wamp server easily.
如果你不使用Xamp。
C:\phpextensions\
中的xdebug.dll
php --ini< /code> 在 cmd 中知道在哪里php.ini 文件(p.ex:C:\php\php.ini)
If you don't use Xamp.
xdebug.dll
inC:\phpextensions\
php --ini
in cmd to know where is the php.ini file (p.ex: C:\php\php.ini)