- anyenv
https://github.com/riywo/anyenv
phpenvは色々必要だったのでbrew経由でinstall
- brew
http://brew.sh/index_ja.html
- ライブラリ
brew install jpeg
brew install libpng
brew install mcrypt
brew install autoconf
brew install automakeあとは普通に
phpenv install 5.6.25
phpenv global 5.6.25
phpenv rehash