From e7ef66da4f6a077261286df3729d823a1d39e04b Mon Sep 17 00:00:00 2001 From: Christian Vuerings Date: Sun, 17 Jan 2016 09:40:27 -0800 Subject: brew.sh: Upgrade to PHP 5.6 (from 5.5) PHP 5.5 caused a segmentation fault when trying to run `arc`, the `anarcist` command. Ref. https://stackoverflow.com/a/33512066/96656. Closes #617. --- brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew.sh b/brew.sh index 6f01906..8c457fb 100755 --- a/brew.sh +++ b/brew.sh @@ -46,7 +46,7 @@ brew install vim --override-system-vi brew install homebrew/dupes/grep brew install homebrew/dupes/openssh brew install homebrew/dupes/screen -brew install homebrew/php/php55 --with-gmp +brew install homebrew/php/php56 --with-gmp # Install font tools. brew tap bramstein/webfonttools -- cgit v1.2.3