Last active
August 17, 2019 22:16
-
-
Save raco/05ecebcd1fd25ef44bf027a0d6d05bfc to your computer and use it in GitHub Desktop.
Upgrade from PHP 7.0 to 7.2
This file contains 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 | |
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