summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-06-19 16:13:52 +0200
committerRemi Collet <remi@php.net>2025-06-19 16:13:52 +0200
commite1fc58de1d4824cc1dcf97d1902a565aedaff3a8 (patch)
treebabd04027cc6a19409158d345afe8ad9cf7141e2 /wizard
parentae78d48fb5a4a4f34e2e2d075d10a6357ee325a6 (diff)
Wizard: add RCHEADmaster
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index c1e51da6..6f965216 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -130,8 +130,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.4' => '8.4.8RC1',
-// '8.3' => '8.3.22RC1',
+ '8.4' => '8.4.9RC1',
+ '8.3' => '8.3.23RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);