appserv+eclipse+pdt+xdebug进行php开发,按文档说明配置php.ini后,运行php -i报错cli已停止工作,请问是什么问题?
php.ini配置:
[xdebug]
zend_extension_ts="d:\AppServ\php5\ext\php_xdebug-2.2.7-5.2-vc9.dll"
xdebug.remote_enable = 1
xdebug.remote_handler="dbgp"
xdebug.remote_port= 9000
xdebug.remote_host="localhost"
