can't install XDEBUG on windows?

感情迁移 提交于 2019-12-17 16:28:40

问题


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:


回答1:


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

cheers, Derick




回答2:


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.




回答3:


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.




回答4:


[http://nepuzz.com/index/detail/18][1]

You can check the above link and install xdebugger in sublime 3 with wamp server easily.



来源:https://stackoverflow.com/questions/8675172/cant-install-xdebug-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!