apache:2.2.11
php:
php-5.3.0-Win32-VC6-x86(safe).msi
xdebug:
php_xdebug-2.0.5-5.3-vc6.dll
php_xdebug-2.0.4-5.3.0-vc6.dll
zend_extension="E:\Program Files\PHP\ttt\php_xdebug-2.0.5-5.3-vc6.dll"
或者zend_extension="E:\Program Files\PHP\ttt\php_xdebug-2.0.4-5.3.0-vc6.dll"xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000为什么这样配置,phpinfo()不显示xdebug
但是换成
  php:5.2.8
  xdebug:php_xdebug-2.0.4-5.2.8.dllzend_extension_ts="E:\Program Files\PHP\ttt\php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
却能够显示?
有解决办法吗,或者有好用的php调试器推荐一款也成,非常感谢!!!