设置 Zend 调试器

发布于 2024-09-14 11:18:28 字数 585 浏览 7 评论 0原文

我尝试配置 zend 调试器来调试本地 apache 服务器上的 php 页面。我遵循了官方论坛的所有说明(http://forums .zend.com/viewtopic.php?f=59&t=962#p4313),但在重新启动 Apache 后,我无法看到 phpinfo() 列出的 Zend 调试器。我的 php ini 是这样的:

zend_extension_ts="C:\Program Files (x86)\PHP\Zend\php-5.3.2\5_3_x_nts_comp\ZendDebugger.dll"
zend_debugger.allow_hosts=192.168.0.104/32,127.0.0.1/32
zend_debugger.expose_remotely=always

ZendDebugger.dll 的路径是正确的。我使用的是 Windows 7,64 位。 apache 日志或 Windows 应用程序日志中没有任何错误消息。

I try to configure zend debugger to debug php pages on my local apache server. I followed all instructions from the official forum (http://forums.zend.com/viewtopic.php?f=59&t=962#p4313) but I fail to see the Zend Debugger listed by phpinfo(), after I restart Apache. My php ini is this:

zend_extension_ts="C:\Program Files (x86)\PHP\Zend\php-5.3.2\5_3_x_nts_comp\ZendDebugger.dll"
zend_debugger.allow_hosts=192.168.0.104/32,127.0.0.1/32
zend_debugger.expose_remotely=always

The path to ZendDebugger.dll is correct. I'm using windows 7, 64 bit. There arent any error messages in the apache log or in windows application log.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

倒带 2024-09-21 11:18:28

您使用的是线程安全版本的 PHP 吗?检查 php 信息文件中的 Zend Extension Build、PHP Extension Build。如果您使用线程安全版本,则不能使用非线程安全版本的 ZendDebugger.dll。目前,线程安全 PHP 5.3.0 还没有 ZendDebugger.dll。

-雅利安人

Are you using Thread-Safe version of PHP. Check Zend Extension Build, PHP Extension Build in php info file. If you are using Thread-safe version, you cannot use Non-Thread-Safe version of ZendDebugger.dll. Currently no ZendDebugger.dll is out there for threadsafe PHP 5.3.0.

-Aryan

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