diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-12 08:10:51 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-12 08:10:51 +0100 |
| commit | a4940bfbdb95655978e828fa84942894af61442c (patch) | |
| tree | 70af3be6be02ee53ab0df9c57820b33f0d0339c3 | |
| parent | 70ba4671a47aaa65696e24bd80d2167d491de062 (diff) | |
| -rw-r--r-- | wizard/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php index f1960183..a46cfbcb 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -116,7 +116,7 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.5' => '8.5.0RC3 (development version)', + '8.5' => '8.5.0RC5 (development version)', ':stable' => 'Stable versions - usage recommended', '8.4' => '8.4.14 (active support until November 2026)', '8.3' => '8.3.27 (active 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.14RC1', -// '8.3' => '8.3.27RC1', + '8.4' => '8.4.15RC1', + '8.3' => '8.3.28RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |
