Skip to content

Instantly share code, notes, and snippets.

@jfmercer
Created May 2, 2015 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfmercer/7d2dd31596278d6538e9 to your computer and use it in GitHub Desktop.
Save jfmercer/7d2dd31596278d6538e9 to your computer and use it in GitHub Desktop.
Homebrew: Install All the PHPs
brew install php53 --with-mssql && brew unlink php53 && brew install php54 --with-mssql --with-phpdebug && brew unlink php54 && brew install php55 --with-mssql --with-phpdebug && brew unlink php55 && brew install php56 --with-mssql --with-phpdebug && brew unlink php56 && brew link php53 && brew install php53-mcrypt php53-oauth php53-pdo-dblib php53-xdebug && brew unlink php53 && brew link php54 && brew install php54-mcrypt php54-oauth php54-pdo-dblib php54-xdebug && brew unlink php54 && brew link php55 && brew install php55-mcrypt php55-oauth php55-xdebug && brew unlink php55 && brew link php56 && brew install php56-mcrypt php56-oauth php56-xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment