summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php58
1 files changed, 29 insertions, 29 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 67bbc1a5..5ce2d664 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -17,15 +17,15 @@ define('EPEL_DEV', 2); // 0 missing, 1 partially populated, 2 mostly full
define('COUNTER', __DIR__ . "/counter.txt");
$osvers = [
- 'RHEL 9' => ['8.0', '8.1'],
- 'RHEL 8' => ['7.4', '8.0'],
- 'RHEL 7' => '5.4',
+ 'RHEL 9' => ['8.0', '8.1', '8.2'],
+ 'RHEL 8' => ['7.4', '8.0', '8.2'],
+// 'RHEL 7' => '5.4',
'CentOS 9' => ['8.0', '8.1', '8.2'],
- 'CentOS 8' => ['7.4', '8.0', '8.2'],
- 'CentOS 7' => '5.4',
- 'EL 9' => ['8.0', '8.1'],
- 'EL 8' => ['7.4', '8.0'],
- 'EL 7' => '5.4',
+// 'CentOS 8' => ['7.4', '8.0', '8.2'],
+// 'CentOS 7' => '5.4',
+ 'EL 9' => ['8.0', '8.1', '8.2'],
+ 'EL 8' => ['7.4', '8.0', '8.2'],
+// 'EL 7' => '5.4',
'Fedora 40' => '8.3',
'Fedora 39' => '8.2',
'Fedora 38' => '8.2',
@@ -33,13 +33,13 @@ $osvers = [
$osmin = [
'RHEL 9' => '7.4',
'RHEL 8' => '5.6',
- 'RHEL 7' => '5.4',
+// 'RHEL 7' => '5.4',
'CentOS 9' => '7.4',
- 'CentOS 8' => '5.6',
- 'CentOS 7' => '5.4',
+// 'CentOS 8' => '5.6',
+// 'CentOS 7' => '5.4',
'EL 9' => '7.4',
'EL 8' => '5.6',
- 'EL 7' => '5.4',
+// 'EL 7' => '5.4',
'Fedora 40' => '7.4',
'Fedora 39' => '7.4',
'Fedora 38' => '7.4',
@@ -47,13 +47,13 @@ $osmin = [
$osminbase = [
'RHEL 9' => '7.4',
'RHEL 8' => '7.2',
- 'RHEL 7' => '5.4',
+// 'RHEL 7' => '5.4',
'CentOS 9' => '7.4',
- 'CentOS 8' => '7.2',
- 'CentOS 7' => '5.4',
+// 'CentOS 8' => '7.2',
+// 'CentOS 7' => '5.4',
'EL 9' => '7.4',
'EL 8' => '7.2',
- 'EL 7' => '5.4',
+// 'EL 7' => '5.4',
'Fedora 40' => '7.4',
'Fedora 39' => '7.4',
'Fedora 38' => '7.4',
@@ -61,13 +61,13 @@ $osminbase = [
$osmax = [
'RHEL 9' => '8.3',
'RHEL 8' => '8.3',
- 'RHEL 7' => '8.3',
+// 'RHEL 7' => '8.3',
'CentOS 9' => '8.3',
- 'CentOS 8' => '8.3',
- 'CentOS 7' => '8.3',
+// 'CentOS 8' => '8.3',
+// 'CentOS 7' => '8.3',
'EL 9' => '8.3',
'EL 8' => '8.3',
- 'EL 7' => '8.3',
+// 'EL 7' => '8.3',
'Fedora 40' => '8.3',
'Fedora 39' => '8.3',
'Fedora 38' => '8.3',
@@ -76,15 +76,15 @@ $osname = [
':rhel' => 'Red Hat Enterprise Linux',
'RHEL 9' => 'RHEL 9.4', // (maintained until May 31, 2032)
'RHEL 8' => 'RHEL 8.9', // (maintained until May 31, 2029)
- 'RHEL 7' => 'RHEL 7.9 (maintained until June 30, 2024)',
+// 'RHEL 7' => 'RHEL 7.9 (maintained until June 30, 2024)',
':centos' => 'CentOS Stream, CentOS Linux',
'CentOS 9' => 'CentOS Stream 9', // (maintained until May 31, 2027)
- 'CentOS 8' => 'CentOS Stream 8 (maintained until May 31, 2024)',
- 'CentOS 7' => 'CentOS 7 (maintained until June 30, 2024)',
+// 'CentOS 8' => 'CentOS Stream 8 (maintained until May 31, 2024)',
+// 'CentOS 7' => 'CentOS 7 (maintained until June 30, 2024)',
':clone' => 'Alma Linux, Rocky Linux and other clones',
'EL 9' => 'EL 9',
'EL 8' => 'EL 8',
- 'EL 7' => 'EL 7 (maintained until June 30, 2024)',
+// 'EL 7' => 'EL 7 (maintained until June 30, 2024)',
':fedora' => 'Fedora Linux',
'Fedora 40' => 'Fedora 40',
'Fedora 39' => 'Fedora 39',
@@ -118,10 +118,10 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.3' => '8.3.7 (active support until December 2025)',
- '8.2' => '8.2.19 (active support until December 2024)',
+ '8.3' => '8.3.8 (active support until December 2025)',
+ '8.2' => '8.2.20 (active support until December 2024)',
':secure' => 'Security only versions',
- '8.1' => '8.1.28 (security only support until December 2025)',
+ '8.1' => '8.1.29 (security only support until December 2025)',
':eol' => 'Deprecated versions - usage discouraged',
'8.0' => '8.0.30 (no upstream support since November 2023)',
'7.4' => '7.4.33 (no upstream support since November 2022)',
@@ -130,8 +130,8 @@ $phpname = [
'7.1' => '7.1.33 (no upstream support since December 2019)',
'7.0' => '7.0.33 (no upstream support since December 2018)',
'5.6' => '5.6.40 (no upstream support since January 2019)',
- '5.5' => '5.5.38 (no upstream support since July 2016)',
- '5.4' => '5.4.45 (no upstream support since September 2015)',
+// '5.5' => '5.5.38 (no upstream support since July 2016)',
+// '5.4' => '5.4.45 (no upstream support since September 2015)',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);
$os = (isset($_POST['os']) && isset($osvers[$_POST['os']]) ? $_POST['os'] : false);