我是phpdbg的新手。我正在尝试使用以下步骤安装phpdbg:这在网站phpdbg
中提到cd /usr/src/php-src/sapi
git clone https://github.com/krakjoe/phpdbg
cd ../
./buildconf --force
./config.nice
make -j8
make install-phpdbg
在第四步,即当我尝试做的时候:
bash: ./buildconf: No such file or directory
从那里我必须运行此命令。
答案 0 :(得分:0)
如果您正在使用PHP 5.5和自制程序,请执行此操作...
brew install php55 --with-phpdbg
我认为它也适用于PHP 5.4和PHP 5.6(默认情况下可以启用)。