summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-29 08:21:57 +0200
committerRemi Collet <remi@php.net>2026-04-29 08:21:57 +0200
commitb13a5f22411fb7f97cde923376c85648052c1ecf (patch)
tree103961a46b64d6806d700087b5e1c44cd93aa3f2 /wizard/index.php
parent03f1498d27882bcafe59fe82099627a5fbbf5587 (diff)
Wizard: RC versionsHEADmaster
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index d4fc93b3..c702d8a1 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -135,8 +135,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.5' => '8.5.5RC1',
-// '8.4' => '8.4.20RC1',
+ '8.5' => '8.5.6RC2',
+ '8.4' => '8.4.21RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);