Skip to content

Instantly share code, notes, and snippets.

@notakaos
Last active January 16, 2017 07:50
Show Gist options
  • Save notakaos/8520849da341a77dad7aa20d5913416f to your computer and use it in GitHub Desktop.
Save notakaos/8520849da341a77dad7aa20d5913416f to your computer and use it in GitHub Desktop.
Install-php54-with-phpbrew-on-macOS
$ brew install pbzip2 openssl
$ xcode-select --install
$ phpbrew install 5.4.45 +default +openssl=$(brew --prefix openssl) +bz2=$(brew --prefix pbzip2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment