我对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我必须在那里运行这个命令。
发布于 2014-08-28 19:11:54
如果您使用的是PHP 5.5和自制软件,请这样做.
brew install php55 --with-phpdbg
我认为它也适用于PHP5.4和PHP5.6(默认情况下可能是打开的)。
https://stackoverflow.com/questions/24162794
复制相似问题