summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-05 16:20:01 +0100
committerRemi Collet <remi@php.net>2026-01-05 16:20:01 +0100
commitf89132e8476d49023b8616644e65aa8abb4dffb0 (patch)
treeb9b8ba1912948e37e340c24885e4ec29ebff235b /wizard/index.php
parent8292b9eb90b62dceab10637935111da9f64275a8 (diff)
add new key for 2026
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 37f8d69d..725ad1ab 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -135,7 +135,7 @@ $phpname = [
$phptest = [
'8.5' => '8.5.2RC1',
'8.4' => '8.4.17RC1',
-// '8.3' => '8.3.29RC1',
+ '8.3' => '8.3.30RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);