Created
December 10, 2015 21:00
-
-
Save licvido/6f5c3f52dc2f29e5da79 to your computer and use it in GitHub Desktop.
Install PHP7
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 add-apt-repository ppa:ondrej/php-7.0 | |
sudo apt-get update | |
sudo apt-get install php7.0-cli php7.0-common libapache2-mod-php7.0 php7.0 php7.0-mysql php7.0-fpm php7.0-curl php7.0-gd | |
php -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment