先放几篇收集的资料的链接
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 用这个可以加载成功。
有谁知道原因的,麻烦帮助一下。
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号