Skip to content

Instantly share code, notes, and snippets.

@wokamoto
Created May 16, 2013 03:00
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 wokamoto/5589087 to your computer and use it in GitHub Desktop.
Save wokamoto/5589087 to your computer and use it in GitHub Desktop.
homebrew で PHP 5.4 をインストールする
$ brew tap homebrew/dupes
$ brew tap josegonzalez/php
$ brew install php54 --with-fpm --with-mysql --with-intl --with-gmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment