抱歉,这个问题比较简单,但是我搜索了很多,我不知道该怎么做。
我使用另一个包安装了 php70
$ brew install php70
我发现这个选项
$ brew info php70
...
--with-phpdbg
Enable building of the phpdbg SAPI executable (PHP 5.4 and above)
我尝试在 phpdbg 上搜索。但我找不到。
$ brew search php70
所以我输入这个命令,它失败了,因为我安装了 php70。
$ brew install php70 --with-phpdbg
唯一的办法是重新安装吗?
$ brew reinstall php70 --with-phpdbg