Skip to content

Instantly share code, notes, and snippets.

@licvido
Created December 10, 2015 21:00
Show Gist options
  • Save licvido/6f5c3f52dc2f29e5da79 to your computer and use it in GitHub Desktop.
Save licvido/6f5c3f52dc2f29e5da79 to your computer and use it in GitHub Desktop.
Install PHP7
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