为什么无法安装xdebug?

发布于 2024-12-06 08:35:24 字数 581 浏览 0 评论 0原文

我的操作系统是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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失去的东西太少 2024-12-13 08:35:24

下载 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文