phpbrew 在 OS X Mojave 的問題
For OS X Mojave
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
The reason is because Xcode Command Line tools no longer installs needed headers in /include. You have to run a separate…