Skip to content

3.8.2 PHP

Tomato6966 edited this page Oct 15, 2021 · 1 revision

Install PHP

wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add -
echo "deb https://packages.sury.org/php/ stretch main" | tee /etc/apt/sources.list.d/php.list
apt update
apt install php php-mysql libapache2-mod-php
Clone this wiki locally