我有一个 OS-X 设置并使用 Netbeans IDE 进行 PHP 编程。我在以下路径中安装了 xdebug
zend_extension="/Applications/MAMP/bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
在其中我将 xdebug.remote_enable 设置为 On ..例如 xdebug.remote_enable = on
这是所需的Netbeans Xdebug 配置建议。
在查看我的 phpinfo 时:
我明白了
xdebug.remote_enable = 关闭
不确定它从哪里获取此信息,并且任何其他 xdebug 参数配置也不会自行改变。
这让我对出了什么问题感到困惑。
正在运行的 php 版本是 5.3.6。