Install or Upgrade to PHP 7.2

1. Add PPA ondrej/php We use Ondřej Surý’s awesome PHP PPA. It already has PHP 7.2, so we’ll add the PPA and update the package information. Ubuntu sudo add-apt-repository ppa:ondrej/php sudo apt update Debian sudo apt install apt-transport-https lsb-release ca-certificates sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sudo sh -c ‘echo “deb https://packages.sury.org/php/ $(lsb_release -sc) main” > … Continue reading Install or Upgrade to PHP 7.2