summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizard/index.php b/wizard/index.php
index c702d8a1..2f17e30e 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -119,11 +119,11 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.5' => '8.5.5 (active support until December 2027)',
- '8.4' => '8.4.20 (active support until December 2026)',
+ '8.5' => '8.5.6 (active support until December 2027)',
+ '8.4' => '8.4.21 (active support until December 2026)',
':secure' => 'Security only versions',
- '8.3' => '8.3.30 (security only support until December 2027)',
- '8.2' => '8.2.30 (security only support until December 2026)',
+ '8.3' => '8.3.31 (security only support until December 2027)',
+ '8.2' => '8.2.31 (security only support until December 2026)',
':eol' => 'Deprecated versions - usage discouraged',
'8.1' => '8.1.34 (no upstream support since December 2025)',
'8.0' => '8.0.30 (no upstream support since November 2023)',
@@ -135,8 +135,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
- '8.5' => '8.5.6RC2',
- '8.4' => '8.4.21RC1',
+// '8.5' => '8.5.6RC2',
+// '8.4' => '8.4.21RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);