让Xdebug启动并运行一直是个噩梦。我将Xdebug上传到包含php.ini的Bluehost服务器。在php.ini的底部,我添加了:
[Xdebug]
zend_extension="/home2/[My username]/public_html/anthropic/php_xdebug-2.3.2-5.4-vc9.dll"
xdebug.remote_enable=1
xdebug.remote_host=[My computer's IP address]
xdebug.remote_port=9000
我还注释了以下内容:
;zend_loader.disable_licensing=0
;zend_extension=/usr/php/54/usr/lib64/php/modules/ZendGuardLoader.so
当我回复phpinfo();我没有看到Xdebug已经安装。对此有任何帮助非常感谢。