Skip to content

Instantly share code, notes, and snippets.

@bredmor
Last active July 15, 2020 20:16
Show Gist options
  • Save bredmor/017a25681d9b356bfc8d825d04b21ae9 to your computer and use it in GitHub Desktop.
Save bredmor/017a25681d9b356bfc8d825d04b21ae9 to your computer and use it in GitHub Desktop.
Install php 7.4 on Ubuntu 16/18
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