Created
March 28, 2017 14:17
-
-
Save sawantuday/8d831306b386434d76a92dc49311138a to your computer and use it in GitHub Desktop.
Update PHP to 7.1 on mac os 10.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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