知识屋:更实用的电脑技术知识网站
所在位置:首页 > 编程技术 > PHP编程

xdebug的安装资料

发布时间:2015-05-27 19:32:18作者:知识屋

先放几篇收集的资料的链接
Xdebug安装与使用
解决xampp xdebug安装失败
php 安装xdebug
我的测试结果:
以zend_extension的方式没有安装成功,只能按php 安装xdebug 的方法使用:extension=php_xdebug-2.0.5-5.2.dll
这样的方法加载了。

暂时用debugger算了,可惜PHP环境只有用PHP5.2,不能用PHP5.3了。


我xdebug的配置:

[html] 
[Xdebug] 
zend_extension_ts="C:/wamp/bin/php/php5.3.3/ext/php_xdebug.dll" 
xdebug.remote_enable=true 
xdebug.remote_host=127.0.0.1 
xdebug.remote_port=9000 
xdebug.remote_handler=dbgp 
xdebug.profiler_enable=1 
xdebug.profiler_output_dir="E:/test" 

xdebug 是5.3 vc6 ts版的,版本应该没错。但是phpinfo()里没有xdebug;
extension=php_xdebug-2.0.5-5.2.dll 用这个可以加载成功。

有谁知道原因的,麻烦帮助一下。

 

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜