summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-19 07:34:02 +0100
committerRemi Collet <remi@php.net>2026-03-19 07:34:02 +0100
commit1455aa7800d790125d77b4446e5e38972b2f856c (patch)
tree1fef34355cf0fc5f7577123d4ef8cb2c994a0206 /wizard/index.php
parent20bf1b0eda925732cfe0f2e8c1fab935c2105f1c (diff)
update versions
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 26bef5cf..c9c988ef 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -118,8 +118,8 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.5' => '8.5.3 (active support until December 2027)',
- '8.4' => '8.4.18 (active support until December 2026)',
+ '8.5' => '8.5.4 (active support until December 2027)',
+ '8.4' => '8.4.19 (active support until December 2026)',
':secure' => 'Security only versions',
'8.3' => '8.3.30 (security only support until December 2027)',
'8.2' => '8.2.30 (security only support until December 2026)',
@@ -134,8 +134,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.5' => '8.5.3RC1',
-// '8.4' => '8.4.18RC1',
+// '8.5' => '8.5.4RC1',
+// '8.4' => '8.4.19RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);