summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-22 12:56:12 +0200
committerRemi Collet <remi@php.net>2025-05-22 12:56:12 +0200
commitc001ac299f441be2ee44139d323f9f7900371f95 (patch)
tree3f7011cf311fa9fd35ac8a5bf40ef3dbc791551b
parentf9c242aecc3702fcc29a19e0fa5176ff99673981 (diff)
Wizard: add RCHEADmaster
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 01252c42..45ac4a00 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.7RC2',
-// '8.3' => '8.3.21RC1',
+ '8.4' => '8.4.8RC1',
+ '8.3' => '8.3.22RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);