Skip to content

Commit

Permalink
brew.sh: Upgrade to PHP 5.6 (from 5.5)
Browse files Browse the repository at this point in the history
PHP 5.5 caused a segmentation fault when trying to run `arc`, the `anarcist` command.

Ref. https://stackoverflow.com/a/33512066/96656.

Closes mathiasbynens#617.
  • Loading branch information
christianvuerings authored and mathiasbynens committed Jan 17, 2016
1 parent b98a659 commit e7ef66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7ef66d

Please sign in to comment.