Skip to content

Instantly share code, notes, and snippets.

@xz-zlab
xz-zlab / php71.sh
Created January 11, 2018 23:43 — forked from abhishekbhardwaj/php71.sh
Install PHP7.1 on OSX with Homebrew
brew update
brew upgrade
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install php71
## To use PHP7.1 on CLI, add this to .bash_profile