summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-28 11:06:17 +0100
committerRemi Collet <remi@php.net>2026-01-28 11:06:17 +0100
commitf3f76dd6ef0d3875f176e28c926316769477959f (patch)
treec9956ae6f447c229da6e19e402d1f162e7f125fe
parent25f75167e5ed0600303ba500323cb78bec1069f1 (diff)
Wizard: add new RCsHEADmaster
-rw-r--r--wizard/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index c9937fd1..6c4cc704 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -133,9 +133,8 @@ $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.3RC1',
+ '8.4' => '8.4.18RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);