以下是我在bin\php\php5.3.9\php.ini
和中的配置bin\apache\Apache2.2.21\bin
[xdebug]
zend_extension = "D:/wamp/php/ext/php_xdebug-2.2.1-5.2-vc9-nts.dll"
xdebug.profiler_output_dir = "D:/wamp/tmp/xdebug"
xdebug.profiler_output_name = "cachegrind.out.%p"
xdebug.profiler_enable = 0
xdebug.profiler_append=0
xdebug.extended_info=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=xdebug
xdebug.remote_log="D:/wamp/tmp/xdebug/xdebug_remot.log"
xdebug.show_exception_trace=0
xdebug.show_local_vars=9
xdebug.show_mem_delta=0
xdebug.trace_format=0
当我php_xdebug-2.2.1-5.2-vc9-nts.dll
在里面wamp/php/ext/
和里面\wamp\bin\php\php5.3.9\zend_ext
但它仍然没有在 phpinfo() 中显示 xdebug 信息,也没有与 xdebug 连接。
它长时间显示“等待连接” 。
请帮助我如何进行此配置