xampp 1.7.4 + winxp + 日食
Posted
技术标签:
【中文标题】xampp 1.7.4 + winxp + 日食【英文标题】:xampp 1.7.4 + winxp + eclipse 【发布时间】:2011-09-19 00:07:38 【问题描述】:我下载了最新的Xampp版本(1.7.4),安装在windows XP下,禁用防火墙,按照eclipse安装说明配置php.ini和eclipse。
在 eclipse 内部和外部运行 phpinfo() 函数时,我看到 Xdebug 已加载,但是当我尝试在 eclipse 中运行调试模式时,它冻结在 57%(等待 xdebug 连接)。
在 xdebug 日志中我有:
Log opened at 2011-06-20 19:38:30
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///C:/xampp/htdocs/test/test.php" language="PHP" protocol_version="1.0" appid="2912" idekey="ECLIPSE_DBGP"><engine version="2.1.0rc1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2010 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2011-06-20 19:38:34
我尝试调试的文件名为 test.php。
你可以在这里查看我的 php.ini:http://sostudent.com/XAMPP%201.7.4.htm
你可以在这里查看一些eclipse配置的截图:
> http://sostudent.com/eclipse_servers.JPG
> http://sostudent.com/eclipse_executables.JPG
> http://sostudent.com/eclipse_debuggers.JPG
> http://sostudent.com/eclipse_debug.JPG
我的 xdebug 的 php.ini 配置如下:
[XDebug]
;; Only Zend OR (!) XDebug
zend_extension ="C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"
xdebug.remote_log="C:\xampp\apache\error\xdebug.log"
有人可以帮忙吗?我无法理解这个......
谢谢!!
【问题讨论】:
您实际上并没有给出 PHP 调试视图的任何截图。从日志看它运行正常。 对不起...这里是:sostudent.com/eclipse_debug_view.JPG 从 xdebug.log 这看起来不错。从IDE我不知道。您可以尝试让 eclipse 使用您的普通浏览器。这将向您显示 eclipse 在地址字段中使用的设置。这可能会让您更好地了解正在发生的事情。 我想我第一次使用这个方法时:devzone.zend.com/article/2930 感谢大家的帮助!! 【参考方案1】:通过将我使用的端口更改为 9005 解决了我的问题。9000 和 10000 都不起作用,但我不知道为什么。
反正现在一切都好!!
谢谢
【讨论】:
以上是关于xampp 1.7.4 + winxp + 日食的主要内容,如果未能解决你的问题,请参考以下文章
Windows 7 上的 XAMPP 1.7.4 默认为启动页面
在 Win XP 64 位上,无法连接到 XAMPP 下的本地 apache 安装。帮助!