summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-26 10:32:51 +0100
committerRemi Collet <remi@php.net>2025-03-26 10:32:51 +0100
commitaffd53df5004eef45ea728a9e329e329549f2ea6 (patch)
tree9295a0f44b14a3d8c96b02a81eec82c69cf0597f
parent3b035ae3b6f9783e572eab5600991e360b22efe6 (diff)
Wizard: add new RCsHEADmaster
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index cdcfd29c..71ed8bf5 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -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.5RC1',
-// '8.3' => '8.3.18RC1',
+ '8.4' => '8.4.6RC1',
+ '8.3' => '8.3.20RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);