Last active
November 12, 2016 07:21
-
-
Save viankakrisna/6d3c639effb2bd3376dedb48268b40a5 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
| sudo apt-get update && sudo apt-get install libmcrypt-dev && curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew && chmod +x phpbrew && sudo mv phpbrew /usr/local/bin/ && phpbrew init && [[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc && phpbrew lookup-prefix ubuntu && phpbrew install 7.0 +default && phpbrew switch php-7.0.1 && phpbrew use php-7.0.1 && php -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment