LoginSignup
1
1

More than 5 years have passed since last update.

YosemiteにしたらHomebrewでphpを更新できなかったときの対策

Posted at

備忘録として残しておきます。

何気なくYosemiteにアップグレードしたら、Apache2.4、php5.5.14になり、
いままでの環境と変わってしまいました。

で、php5.5を最新にしようとしたところ、Homebrewでエラーが発生。
いろいろ調べたところ下記の対応で動作するようになりました。

brew uninstall php55
brew cleanup
xcode-select --install
brew install php55
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1