Skip to content

Instantly share code, notes, and snippets.

@joeke
Created March 26, 2018 11:08
Show Gist options
  • Save joeke/13ec2cc33839e80d2a9ded49f6345794 to your computer and use it in GitHub Desktop.
Save joeke/13ec2cc33839e80d2a9ded49f6345794 to your computer and use it in GitHub Desktop.
php 7.1 / 7.2 upgrade on Ubuntu 14.04 (apt)
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install
php7.2
php7.2-common
php7.2-cli
php7.2-fpm
php7.2-opcache
php7.2-mysql
php7.2-zip
php7.2-curl
php7.2-mbstring
php7.2-zip
php7.2-xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment