summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-22 17:44:46 +0200
committerRemi Collet <remi@php.net>2025-04-22 17:44:46 +0200
commit9d130f0395daed81693f324ecbf49bc80bf934a8 (patch)
tree15b02507a4c6c449b049f34eb835bee4257f04d3
parent4bde81a6945f5b03e5244e1c30c6795fe28cccca (diff)
wizard: new 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 fca5600d..3cde978e 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.6RC1',
-// '8.3' => '8.3.20RC1',
+ '8.4' => '8.4.7RC1',
+ '8.3' => '8.3.21RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);