我无法作为扩展名xdebug
加载,因为它会自动输入错误的术语。Zend
php.ini
中的消息phpinfo()
是
XDEBUG 未作为 ZEND 扩展加载
我在 Windows Server 2008 R2 Enterprise PHP 5.3.8 Zend Engine v2.3.0 上使用 IIS 7.5
我的部分php.ini
:
[xdebug]
zend_extension=php_xdebug-2.2.0-5.3-vc9-nts.dll
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
没有记录错误。
我需要激活 IIS 设置中的每个扩展。当我然后重新启动 IIS 时,php.ini
更新为该行
[PHP_XDEBUG-2.2.0-5.3-VC9-NTS]
extension=php_xdebug-2.2.0-5.3-vc9-nts.dll
为什么这个?