Skip to content

Instantly share code, notes, and snippets.

@raco
Last active August 17, 2019 22:16
Show Gist options
  • Save raco/05ecebcd1fd25ef44bf027a0d6d05bfc to your computer and use it in GitHub Desktop.
Save raco/05ecebcd1fd25ef44bf027a0d6d05bfc to your computer and use it in GitHub Desktop.
Upgrade from PHP 7.0 to 7.2
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
(optional) sudo apt-get remove php7.0
sudo apt-get install php7.2;
sudo apt-get install php7.2-mysql php7.2-fpm php7.2-xml php7.2-gd php7.2-mbstring php7.2-xmlrpc php7.2-zip php7.2-curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment