在php.ini文件中
;xdebug Configuration
zend_extension="C:/TenthPlanet/wamp/bin/php/php5.3.0/ext/php_xdebug-2.1.2-5.3-vc6.dll"
zend_debugger.allow_hosts=localhost
zend_debugger.expose_remotely=always
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:/TenthPlanet/wamp/tmp/xdebug"
xdebug.remote_enable=1
xdebug.remote_autostart=On
xdebug.remote_host=localhost
xdebug.remote_mode=req
xdebug.remote_log="C:/TenthPlanet/wamp/tmp/xdebug"
但它没有安装。当我在xdebug.org/wizrad.php中复制我的phpinfo源时,它说我的编译器MSVC6需要升级MSVC9(microsoft visual studio C ++)。然后我安装了最新的一个,但它没有工作。
它没有正确安装家伙。那么问题是什么?
我的配置是
PHP - 5.3.0 Apache - 2.2.11
答案 0 :(得分:0)
尝试使用php_xdebug-2.2.3-5.3-vc9.dll
代替php_xdebug-2.1.2-5.3-vc6.dll
或者在XDEBUG网站上运行this wizard,按照说明进行操作,然后将phpinfo的输出复制并粘贴到其中,它会自动告诉您需要哪个版本。