我试图在我的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"
谁能发现任何错误?
谢谢