我已經看到XDebug在PHP 7下拋出Segmentation Fault,這一直髮生在我和其他人身上。所以我找到了使用PHP 7運行phpdbg而不是使用XDebug的解決方案。 我的問題是我應該如何配置travis.yml執行一個或另一個根據我測試的PHP版本。 This is my current config file for PHP 7, also available here lan
我是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
提到的第四個步驟,即當