summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-19 10:07:45 +0100
committerRemi Collet <remi@php.net>2025-11-19 10:07:45 +0100
commitd759b35f60679518349aac6b65f8dac1413c0997 (patch)
treeab5d81a3e5329f081cca1e54131845de579da2c2 /wizard
parentce5a4281606fec4161210bf3176fa38a8bc529d3 (diff)
Wizard: update 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 a46cfbcb..5466ef6f 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -115,11 +115,11 @@ $phpvers = [
'5.4' => 'remi-php54',
];
$phpname = [
- ':devel' => 'Development version, not ready for production',
- '8.5' => '8.5.0RC5 (development version)',
+// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.4' => '8.4.14 (active support until November 2026)',
- '8.3' => '8.3.27 (active support until December 2025)',
+ '8.5' => '8.5.0 (active support until November 2027)',
+ '8.4' => '8.4.15 (active support until November 2026)',
+ '8.3' => '8.3.28 (active support until December 2025)',
':secure' => 'Security only versions',
'8.2' => '8.2.23 (security only support until December 2026)',
'8.1' => '8.1.33 (security only support until December 2025)',
@@ -133,8 +133,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
- '8.4' => '8.4.15RC1',
- '8.3' => '8.3.28RC1',
+// '8.4' => '8.4.15RC1',
+// '8.3' => '8.3.28RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);