本教程是继续上一篇 搭建Windows下基于Eclipse的PHP开发环境,所以之前需要安装eclipse,eclipse是IBM公司主持开发的很棒的开发平台,现在版本已经是3.0了。
文章地址:
http://www.openphp.cn/index.php?module=article&id=27
先下载php_dbg.dll,下载地址如下:
http://dd.cron.ru/dbg/download.php?h=211.23-win32
解压缩,然后找到和你所安装的PHP版本相同的php_dbg.dll-x.x.x,
把名字改成php_dbg.dll然后复制php_dbg.dll到你的PHP安装目录下的extensions目录下。
编辑php.ini,查找以下几项,并按下面的设置做更改:
; this is to see output while debugging
implicit_flush = On
; 这里检查一下,设置自己的php安装目录下的extensions目录路径
extens...[ 查看全文 ]