为什么无法安装xdebug?
我的操作系统是XP
。 PHP 版本 5.3.6
。 php 路径是 D:/php
我从 http://www.xdebug.org/download.php
我将以下代码添加到 php.ini
中:
[Xdebug]
zend_extension="D:/php/ext/php_xdebug.dll"
xdebug.collect_params=On
xdebug.collect_return=On
xdebug.trace_output_dir="d:\xdebug"
xdebug.profiler_enable=On
xdebug.profiler_output_dir="d:\xdebug"
然后重新启动 apache,使用phpinfo()
。它不输出 xdebug。我的设置有什么问题吗?谢谢。
my op system is XP
. the PHP Version 5.3.6
. the php path is D:/php
i downloaded the PHP 5.3 VC6 (32 bit
) version from the http://www.xdebug.org/download.php
i added the following code to the php.ini
:
[Xdebug]
zend_extension="D:/php/ext/php_xdebug.dll"
xdebug.collect_params=On
xdebug.collect_return=On
xdebug.trace_output_dir="d:\xdebug"
xdebug.profiler_enable=On
xdebug.profiler_output_dir="d:\xdebug"
then restarted the apache, using phpinfo()
. it doesn't output the xdebug. what's wrong with my setting? thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 http://xdebug.org/files/php_xdebug-2.1。 2-5.3-vc6-nts.dll
重命名为
php_xdebug.dll
放入
D:/php/ext/
重新启动阿帕奇
Download http://xdebug.org/files/php_xdebug-2.1.2-5.3-vc6-nts.dll
rename it
php_xdebug.dll
Put it in
D:/php/ext/
Restart apache