We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b560043 commit 821eb4eCopy full SHA for 821eb4e
managePHP/phpManager.py
@@ -15,7 +15,7 @@ def findPHPVersions():
15
if distro == ProcessUtilities.centos:
16
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']
17
elif distro == ProcessUtilities.cent8:
18
- return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4']
+ return ['PHP 7.1','PHP 7.2', 'PHP 7.3', 'PHP 7.4']
19
elif distro == ProcessUtilities.ubuntu20:
20
return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4']
21
else:
0 commit comments