开发者

why can't install the xdebug?

开发者 https://www.devze.com 2023-04-07 19:20 出处:网络
my op system is XP. the PHP Version 5.3.6. the php path is D:/php i downloaded thePHP 5.3 VC6 (32 bit) version from the http://www.xdebug.org/download.php

my op system is XP. the PHP Version 5.3.6. the php path is D:/php

i downloaded the PHP 5.3 VC6 (32 bit) version from the http://www.xdebug.org/download.php

i added the following code to the 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"

then restarted the apache, using phpinfo(). it doesn't output the xdebug. wh开发者_StackOverflow社区at's wrong with my setting? thank you.


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

rename it php_xdebug.dll

Put it in D:/php/ext/

Restart apache

0

精彩评论

暂无评论...
验证码 换一张
取 消