From 821eb4ef0bf71792cd1923535a13acd16ee58392 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 2 Jul 2020 23:25:48 +0500 Subject: [PATCH] add php 7.1 for cent8 --- managePHP/phpManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managePHP/phpManager.py b/managePHP/phpManager.py index 8d360226a..4a9fed7e2 100755 --- a/managePHP/phpManager.py +++ b/managePHP/phpManager.py @@ -15,7 +15,7 @@ class PHPManager: if distro == ProcessUtilities.centos: return ['PHP 5.3', 'PHP 5.4', 'PHP 5.5', 'PHP 5.6', 'PHP 7.0', 'PHP 7.1', 'PHP 7.2', 'PHP 7.3', 'PHP 7.4'] elif distro == ProcessUtilities.cent8: - return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4'] + return ['PHP 7.1','PHP 7.2', 'PHP 7.3', 'PHP 7.4'] elif distro == ProcessUtilities.ubuntu20: return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4'] else: