1 line
758 B
JSON
1 line
758 B
JSON
{"uuid":"064d82b7-b652-410b-9ea9-88b2f9d1e67e","slug":"php-installer-un-second-moteur","title":"Installer une seconde version de PHP","author":"cedric@abonnel.fr","published":true,"published_at":"2023-02-09 16:12:18","created_at":"2023-02-09 16:12:18","updated_at":"2023-02-09 16:12:18","revisions":[],"cover":"","files_meta":[],"external_links":[],"seo_title":"","seo_description":"","og_image":"","category":"Informatique","content":"# Installer une seconde version de PHP\n\nCet article décrit comment installer une autre version de PHP sur votre système.\n\n```BASH\nsudo apt update\nsudo apt install php5.6 php5.6-fpm\n```\n\nNous vérifions le fonctionnement de **fpm** :\n\n```BASH\nsudo systemctl status php5.6-fpm\n```","featured":false,"tags":[]} |