summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-16 07:19:33 +0100
committerRemi Collet <remi@php.net>2026-01-16 07:19:33 +0100
commit25f75167e5ed0600303ba500323cb78bec1069f1 (patch)
tree6fb45003f68ef5eaba99abb204c198a7119522af /wizard
parentb114008add5476edf118e2de7a75a3d557f41ad7 (diff)
Wizard: refresh versionsHEADmaster
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 725ad1ab..c9937fd1 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -117,10 +117,10 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.5' => '8.5.1 (active support until December 2027)',
- '8.4' => '8.4.16 (active support until December 2026)',
+ '8.5' => '8.5.2 (active support until December 2027)',
+ '8.4' => '8.4.17 (active support until December 2026)',
':secure' => 'Security only versions',
- '8.3' => '8.3.29 (security only support until December 2027)',
+ '8.3' => '8.3.30 (security only support until December 2027)',
'8.2' => '8.2.30 (security only support until December 2026)',
':eol' => 'Deprecated versions - usage discouraged',
'8.1' => '8.1.34 (no upstream support since December 2025)',
@@ -133,9 +133,9 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
- '8.5' => '8.5.2RC1',
- '8.4' => '8.4.17RC1',
- '8.3' => '8.3.30RC1',
+// '8.5' => '8.5.2RC1',
+// '8.4' => '8.4.17RC1',
+// '8.3' => '8.3.30RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);