为什么不能安装xdebug


why can't install the xdebug?

我的操作系统是XP。PHP版本5.3.6。php路径为D:/php

我从http://www.xdebug.org/download.php下载了PHP 5.3 VC6 (32 bit)版本

我添加了以下代码到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"

然后使用phpinfo()重新启动apache。它不输出xdebug。我的设置有什么问题吗?谢谢你。

下载http://xdebug.org/files/php_xdebug-2.1.2-5.3-vc6-nts.dll

重命名为php_xdebug.dll

放到D:/php/ext/

重新启动apache