Skip to content

Instantly share code, notes, and snippets.

@NoUseFreak
Last active February 5, 2016 13:38
Show Gist options
  • Save NoUseFreak/76349a692efe097069b3 to your computer and use it in GitHub Desktop.
Save NoUseFreak/76349a692efe097069b3 to your computer and use it in GitHub Desktop.
phpenv installation
cd /tmp
git clone https://github.com/CHH/phpenv.git
cd phpenv
./bin/phpenv-install.sh 
rm -rf /tmp/phpenv

Modify your bashrc.

git clone git://github.com/php-build/php-build.git $HOME/.phpenv/plugins/php-build
brew install libmcrypt openssl libpng libjpeg gettext homebrew/versions/bison27 libevent re2c
brew link openssl --force
phpenv install 5.6.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment