abonnel-siteweb/data/pages/informatique/serveur/web-linux-apache/php-installer-un-second-mot...

15 lines
310 B
Plaintext
Raw Normal View History

2024-01-07 10:02:35 +01:00
====== Installer une seconde version de PHP ======
Cet article décrit comment installer une autre version de PHP sur votre système.
<code BASH>
sudo apt update
sudo apt install php5.6 php5.6-fpm
</code>
Nous vérifions le fonctionnement de **fpm** :
<code BASH>
sudo systemctl status php5.6-fpm
</code>