summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-15 09:23:13 +0100
committerRemi Collet <remi@php.net>2025-01-15 09:23:13 +0100
commit56862ed152d57a4ebd3b8aa7f0bd7253cb7fad2b (patch)
tree7545e5036d56c820a54217c624aa1b9039a21bf1 /wizard
parentb03b2045c3d87e5967f7b283a0bb66ba5f5a1d97 (diff)
Wizard: update versions
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 1e631970..cb33904c 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -109,8 +109,8 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.4' => '8.4.2 (active support until November 2026)',
- '8.3' => '8.3.15 (active support until December 2025)',
+ '8.4' => '8.4.3 (active support until November 2026)',
+ '8.3' => '8.3.16 (active support until December 2025)',
':secure' => 'Security only versions',
'8.2' => '8.2.27 (security only support until December 2026)',
'8.1' => '8.1.31 (security only support until December 2025)',
@@ -124,8 +124,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019)',
];
$phptest = [
- '8.4' => '8.4.3RC1',
- '8.3' => '8.3.16RC1',
+// '8.4' => '8.4.3RC1',
+// '8.3' => '8.3.16RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);