Last active
July 15, 2020 20:16
-
-
Save bredmor/017a25681d9b356bfc8d825d04b21ae9 to your computer and use it in GitHub Desktop.
Install php 7.4 on Ubuntu 16/18
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 apt-get update | |
sudo apt -y install software-properties-common | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt -y install php7.4 | |
sudo apt-get install -y php7.4-{bcmath,bz2,common,curl,intl,gd,mbstring,mysql,opcache,xml,zip} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment