summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-28 06:11:58 +0200
committerRemi Collet <remi@php.net>2026-05-28 06:11:58 +0200
commitc1c025d4171432b8324a35a881a5b425ad1fa289 (patch)
treee650d14448eddc9ad8f02d73f2cc44b5d5ba3d84 /wizard/index.php
parent6138339e71ed5233b0823e5fc273a2f3b3f9fcc3 (diff)
EOL message for F42HEADmaster
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 6afcdc22..5f696692 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.6RC2',
-// '8.4' => '8.4.21RC1',
+ '8.5' => '8.5.7RC2',
+ '8.4' => '8.4.22RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);