无法在php 5.4.4上安装Xdebug

Tob*_*y D 0 php xampp xdebug

我尝试在xampp运行时安装xdebug php 5.4.4,花了几个小时后,我仍然无法安装它!

这是我在php.ini中的设置

zend_extension = "Z:\xampp\php\ext\php_xdebug-2.2.1-5.4-vc9-x86_64.dll"
xdebug.remote_mode = "req"
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="Z:\xampp\tmp"
Run Code Online (Sandbox Code Playgroud)

谁能发现任何错误?

谢谢

Der*_*ick 5

请参阅http://xdebug.org/wizard.php上的向导- 它会告诉您要准确制作哪些设置,以及要下载哪个二进制文件.