From 06689f87249706b83f99bb8dece4af8cab6a01ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 17:38:48 +0200 Subject: Wizard: update versions + add 8.5 as module --- wizard/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index 84e6c3e4..b0263313 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -99,7 +99,7 @@ $arches = [ ]; $phpvers = [ // use false when only SCL - '8.5' => false, + '8.5' => 'remi-php85', '8.4' => 'remi-php84', '8.3' => 'remi-php83', '8.2' => 'remi-php82', @@ -116,10 +116,10 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.5' => '8.5.0beta3 (development version)', + '8.5' => '8.5.0RC1 (development version)', ':stable' => 'Stable versions - usage recommended', - '8.4' => '8.4.12 (active support until November 2026)', - '8.3' => '8.3.25 (active support until December 2025)', + '8.4' => '8.4.13 (active support until November 2026)', + '8.3' => '8.3.26 (active support until December 2025)', ':secure' => 'Security only versions', '8.2' => '8.2.23 (security only support until December 2026)', '8.1' => '8.1.33 (security only support until December 2025)', @@ -133,8 +133,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only', ]; $phptest = [ - '8.4' => '8.4.13RC1', - '8.3' => '8.3.26RC1', +// '8.4' => '8.4.13RC1', +// '8.3' => '8.3.26RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); -- cgit