summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-07 07:20:45 +0200
committerRemi Collet <remi@php.net>2025-05-07 07:20:45 +0200
commitb840f241c2ad6d35603a414a2ebb9972a6c878cf (patch)
treef1759c352bc95e044ef0224b78591ca78ead1765
parent9d130f0395daed81693f324ecbf49bc80bf934a8 (diff)
wizard: update versions
-rw-r--r--wizard/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 3cde978e..ad77ea1b 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -110,8 +110,8 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.4' => '8.4.6 (active support until November 2026)',
- '8.3' => '8.3.20 (active support until December 2025)',
+ '8.4' => '8.4.7 (active support until November 2026)',
+ '8.3' => '8.3.21 (active support until December 2025)',
':secure' => 'Security only versions',
'8.2' => '8.2.28 (security only support until December 2026)',
'8.1' => '8.1.32 (security only support until December 2025)',
@@ -125,8 +125,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
- '8.4' => '8.4.7RC1',
- '8.3' => '8.3.21RC1',
+// '8.4' => '8.4.7RC2',
+// '8.3' => '8.3.21RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);