XDebug 没有装载 Windows 7 64 bit PHP 5.4
我有 php 效劳于 apache. 我下载了我的思考 xdebug, 挂 dll 为了 php 版本 5.4 64 bit windows. 我有一个线程安全,它使用 VC9. 我下载了 dll 并将其放在这里:
这就是我在我的东西 php.ini:
当我跑步时 Apache, 我收到此错误:
C:\php5\extras\php_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll
这就是我在我的东西 php.ini:
[xdebug]
zend_extension = "C:\php5\extras\php_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll"
当我跑步时 Apache, 我收到此错误:
[Wed Apr 04 17:01:56 2012] [notice] Parent: Received restart signal -- Restarting the server.
Failed loading C:\php5\extras\php_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll
hild process is ending.
[Wed Apr 04 17:01:56 2012] [notice] Apache/2.2.22 /Win32/ PHP/5.4.0 configured -- resuming normal operations
[Wed Apr 04 17:01:56 2012] [notice] Server built: Jan 28 2012 11:16:39
[Wed Apr 04 17:01:56 2012] [notice] Parent: Created child process 2120
[Wed Apr 04 17:01:57 2012] [notice] Child 2120: Child process is running
[Wed Apr 04 17:01:57 2012] [notice] Child 2120: Acquired the start mutex.
[Wed Apr 04 17:01:57 2012] [notice] Child 2120: Starting 64 worker threads.
[Wed Apr 04 17:01:57 2012] [notice] Child 5624: Released the start mutex
[Wed Apr 04 17:01:58 2012] [notice] Child 5624: All worker threads have exited.
[Wed Apr 04 17:01:58 2012] [notice] Child 5624: Child process is exiting
Failed loading C:\php5\extras\php_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll
没有找到相关结果
已邀请:
8 个回复
江南孤鹜
赞同来自:
http://xdebug.org/wizard.php
, 他肯定会告诉你哪些文件下载以及哪个文件 php.ini 你必须放一个字符串 zend_extension /现在,您当然使用正确的文件,因为您收到错误 "Failed to load"/.
知食
赞同来自:
博客中的这篇文章有助于配置:
http://lifeofageekadmin.com/ho ... ws-7/
/
龙天
赞同来自:
按照网站上的说明 xdebug, 我使用了主人并下载了该文件 dll 在目录中 'ext'. 然后主人对我说,将此行添加到我的文件中 php.ini:
这给了我一个如上所述的错误:
我还试图用直接倾斜线替换反斜线,但它失败了:
看上最后一条消息,我认为,如果,扩展目录会导致问题,我看到了我的文件 php.ini 有这样的行:
因此,我转型使用:
, 它的工作!
石油百科
赞同来自:
你只需要添加
到
, 例如:
董宝中
赞同来自:
PHP.INI 需要使用直接斜杠进行目录,而安装说明 XDebug 在部分 windows 使用倒带线。 SO 对于上述源任务,解决方案是更改字符串 zend_extension 读:
zend_extension = "C:/RRR5./此外/php_xdebug-2.2.0RC1-5.4-vc9-x86_64.dll"
我希望它会有所帮助。
窦买办
赞同来自:
并看看是否已经存在
. 如果没有,请尝试重命名
在
把它放进去
, 然后改变加法
在:
帅驴
赞同来自:
PHP 5.4 VC9 /32 页/ /MD5: ffeb0215621d330fa53b249f0930ffae/
因为 IIS 不能与之合作 xdebug 64bit
我的指示也是如此 php.ini :
窦买办
赞同来自:
在报价中 /但逆倾斜的功能很好/.