XDebug未加载PHP(Vista,Apache模块)

ser*_*gtk 3 php windows apache xdebug windows-vista

我下载了php_xdebug-2.0.5-5.3-vc9.dll,在PHP.ini末尾添加了以下行:

zend_extension_ts="C:/Program Files/php5/ext/php_xdebug-2.0.5-5.3-vc9.dll"
Run Code Online (Sandbox Code Playgroud)

当我使用phpinfo()时,xdebug未加载.

当我运行命令"php.exe -m"时,它也没有加载.

怎么解决这个问题?

我的配置:PHP 5.3.1,带有Apache模块的Apache 2.2.14,操作系统:Windows Vista php和xdebug都是线程安全的.

这有点类似于: Apache没有加载Xdebug,但是从命令行启动时

编辑:

我用VC6 dll和固定配置:

zend_extension="C:/Program Files/php5/ext/php_xdebug-2.0.5-5.3-vc6.dll"
Run Code Online (Sandbox Code Playgroud)

仍然无法在phpinfo()输出中找到xdebug.

Bro*_*ell 6

zend_extension_ts在> 5.3时弃用.试试吧zend_extension.