diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-09 14:50:20 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-09 14:50:20 +0200 |
commit | 265a19353e293c4b85f32c7a4de5ab24fd9fc10f (patch) | |
tree | 54673464c186a5a03f3ba03c73b3b1f1c93593aa /wizard | |
parent | affd53df5004eef45ea728a9e329e329549f2ea6 (diff) |
Diffstat (limited to 'wizard')
-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 71ed8bf5..996d6ac2 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -110,8 +110,8 @@ $phpvers = [ $phpname = [ // ':devel' => 'Development version, not ready for production', ':stable' => 'Stable versions - usage recommended', - '8.4' => '8.4.5 (active support until November 2026)', - '8.3' => '8.3.19 (active support until December 2025)', + '8.4' => '8.4.6 (active support until November 2026)', + '8.3' => '8.3.20 (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)', @@ -125,8 +125,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only', ]; $phptest = [ - '8.4' => '8.4.6RC1', - '8.3' => '8.3.20RC1', +// '8.4' => '8.4.6RC1', +// '8.3' => '8.3.20RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |