diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-04 09:04:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-04 09:04:31 +0100 |
commit | c82b1145f070907d055680f99ab0471fccfe1939 (patch) | |
tree | 061d0e7dbbde188ad662b977013f9f579effa4bb | |
parent | 058f1d6ddad376f86dcbc4fb9f9693e9f9a20aba (diff) |
Wizard: update versions
-rw-r--r-- | wizard/index.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php index 7606b61c..6eaa2331 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -109,7 +109,7 @@ $phpvers = [ $phpname = [ // ':devel' => 'Development version, not ready for production', ':stable' => 'Stable versions - usage recommended', - '8.4' => '8.4.0 (active support until November 2026)', + '8.4' => '8.4.1 (active support until November 2026)', '8.3' => '8.3.14 (active support until December 2025)', '8.2' => '8.2.26 (active support until December 2024)', ':secure' => 'Security only versions', @@ -124,8 +124,9 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019)', ]; $phptest = [ -// '8.3' => '8.3.14RC1', -// '8.2' => '8.2.26RC1', + '8.4' => '8.4.2RC1', + '8.3' => '8.3.15RC1', + '8.2' => '8.2.27RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |