summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-03 06:49:21 +0200
committerRemi Collet <remi@php.net>2026-07-03 06:49:21 +0200
commit0f0a80b53f930a4757aad94351cb5055a75ff05e (patch)
treef4d13fc21ca1a51f6638af22c5e4a3d340be7ea9 /wizard/index.php
parent8fdc6dd20580c96d862534633fee7b1b82162261 (diff)
Update versions
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 681c38fa..2cf55ead 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.7 (active support until December 2027)',
- '8.4' => '8.4.22 (active support until December 2026)',
+ '8.5' => '8.5.8 (active support until December 2027)',
+ '8.4' => '8.4.23 (active support until December 2026)',
':secure' => 'Security only versions',
- '8.3' => '8.3.31 (security only support until December 2027)',
- '8.2' => '8.2.31 (security only support until December 2026)',
+ '8.3' => '8.3.32 (security only support until December 2027)',
+ '8.2' => '8.2.32 (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.8RC1',
- '8.4' => '8.4.23RC1',
+// '8.5' => '8.5.8RC1',
+// '8.4' => '8.4.23RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);