Skip to content

Instantly share code, notes, and snippets.

@twainy
Last active August 29, 2015 14:06
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 twainy/f09461d4a092051ab30a to your computer and use it in GitHub Desktop.
Save twainy/f09461d4a092051ab30a to your computer and use it in GitHub Desktop.
MacにPHPをMySQL Native Driver無しでインストールする ref: http://qiita.com/twainy@github/items/5e0957b0833f37a081fa
/usr/local/Library/Taps/homebrew/homebrew-php/Formula/php54.rb
/usr/local/Library/Taps/homebrew/homebrew-php/Abstract/abstract-php.rb
# コメントアウトされたコマンドは必要に応じて実行する
# brew upgrade
# brew update
# brew uninstall php54
brew install --with-libmysql php54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment