Install PHP 5.6 on Debian 10

1 Dec
apt-get install apt-transport-https lsb-release ca-certificateswget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpgecho “deb https://packages.sury.org/php/ $(lsb_release -sc) main” >> /etc/apt/sources.listapt-get updateapt-get install ... Read more »