Created
March 26, 2018 11:08
-
-
Save joeke/13ec2cc33839e80d2a9ded49f6345794 to your computer and use it in GitHub Desktop.
php 7.1 / 7.2 upgrade on Ubuntu 14.04 (apt)
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 | |
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