我一直在尝试使用 HomeBrew 在 Mac OS 上安装新的 PHP 5.6。我没有问题,但是当我尝试使用 --with-phpdbg 安装它时,它失败并出现错误:
sapi/phpdbg/phpdbg.c:1498:2: error: expected identifier or '('
if (cleaning || remote) {
^
我尝试重新安装 homebrew 和 php 几次,但似乎没有解决问题。
似乎是一个错误:PHP 5.6 with phpdbg on Mac OS,已在此处描述:
可以在此处找到等待修复的解决方法:
https://www.shell-tips.com/2014/09/13/debug-php-code-with-php-5-dot-6-and-phpdbg/
希望这有帮助