18
0
Fork 0

remove php5

This commit is contained in:
gcolpart 2020-10-14 04:24:03 +02:00
parent 2724085a87
commit 1dcc736c1c
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ DPkg {
Il faut forcer le passage à PHP 7.0 :
~~~
# apt remove libapache2-mod-php5 && a2enmod php7.0 && /etc/init.d/apache2 restart
# apt remove libapache2-mod-php5 php5-common && a2enmod php7.0 && /etc/init.d/apache2 restart
~~~
Puis nettoyer les anciens paquets php5-* et réinstaller les paquets PHP 7.0 correspondants.