diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-06 09:55:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-06 09:55:30 +0200 |
commit | ad6f0aa9d1cb4dcfcca2172f7176995d37a9d474 (patch) | |
tree | 54d059242d4d8f44dd8837af32eb125c850d3a02 | |
parent | 23df6f8e2f22b54814e6a254ff3bce0600c468a8 (diff) |
Wizard: update versions
-rw-r--r-- | wizard/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php index c7ab5964..c1e51da6 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -115,8 +115,8 @@ $phpvers = [ $phpname = [ // ':devel' => 'Development version, not ready for production', ':stable' => 'Stable versions - usage recommended', - '8.4' => '8.4.7 (active support until November 2026)', - '8.3' => '8.3.21 (active support until December 2025)', + '8.4' => '8.4.8 (active support until November 2026)', + '8.3' => '8.3.22 (active support until December 2025)', ':secure' => 'Security only versions', '8.2' => '8.2.28 (security only support until December 2026)', '8.1' => '8.1.32 (security only support until December 2025)', @@ -130,8 +130,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only', ]; $phptest = [ - '8.4' => '8.4.8RC1', - '8.3' => '8.3.22RC1', +// '8.4' => '8.4.8RC1', +// '8.3' => '8.3.22RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |