summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-11 11:51:34 +0100
committerRemi Collet <remi@php.net>2025-03-11 11:51:34 +0100
commit5bc6cf7eb9da2818c5837f16a593aac639b31973 (patch)
tree41e6ec3ff37659285dd8067e324d095f628b94ea /wizard
parenteff3d83c4aac0bbe5936731e6efccc8441c9e082 (diff)
cleanup main pageHEADmaster
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 fe2a8c33..4326dda4 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)',
];
$phptest = [
-// '8.4' => '8.4.4RC2',
-// '8.3' => '8.3.17RC1',
+ '8.4' => '8.4.5RC1',
+ '8.3' => '8.3.18RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);