Skip to content

Instantly share code, notes, and snippets.

@sawantuday
Created March 28, 2017 14:17
Show Gist options
  • Save sawantuday/8d831306b386434d76a92dc49311138a to your computer and use it in GitHub Desktop.
Save sawantuday/8d831306b386434d76a92dc49311138a to your computer and use it in GitHub Desktop.
Update PHP to 7.1 on mac os 10.11
brew update
brew unlink php55
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install php71 --with-httpd24
brew install php71-memcached
brew install php71-tidy
brew install php71-ssh2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment