Created
May 1, 2012 09:01
-
-
Save byplayer/2566584 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://raw.github.com/byplayer/phpenv/master/bin/phpenv-install.sh | sh | |
# add .zshrc | |
export PATH="/Users/dataich/.phpenv/bin:$PATH" | |
eval "$(phpenv init -)" | |
# php build | |
git clone https://[email protected]/byplayer/php-build.git | |
cd php-build | |
env PREFIX="$HOME/bin/php-build" ./install.sh | |
export PATH=$HOME/bin/php-build/bin:$PATH | |
# check version which you can install | |
php-build --definitions | |
php-build 5.3.8 ~/.phpenv/versions/5.3.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment