aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Vuerings <vueringschristian@gmail.com>2016-01-17 09:40:27 -0800
committerMathias Bynens <mathias@qiwi.be>2016-01-17 19:40:13 +0100
commite7ef66da4f6a077261286df3729d823a1d39e04b (patch)
tree1f048453d79ac7a90cd6b868509f846cc6d7a467
parentb98a6597c4b0f3a307cff17a062ee46cc8521502 (diff)
downloaddotfiles-e7ef66da4f6a077261286df3729d823a1d39e04b.tar.gz
dotfiles-e7ef66da4f6a077261286df3729d823a1d39e04b.tar.bz2
dotfiles-e7ef66da4f6a077261286df3729d823a1d39e04b.zip
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.
-rwxr-xr-xbrew.sh2
1 files changed, 1 insertions, 1 deletions
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