diff options
-rw-r--r-- | wizard/index.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wizard/index.php b/wizard/index.php index e7bd36c0..7dbf8294 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -115,10 +115,10 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.5' => '8.5.0alpha2 (development version)', + '8.5' => '8.5.0alpha4 (development version)', ':stable' => 'Stable versions - usage recommended', - '8.4' => '8.4.10 (active support until November 2026)', - '8.3' => '8.3.23 (active support until December 2025)', + '8.4' => '8.4.11 (active support until November 2026)', + '8.3' => '8.3.24 (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)', @@ -132,8 +132,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only', ]; $phptest = [ - '8.4' => '8.4.11RC1', - '8.3' => '8.3.24RC1', +// '8.4' => '8.4.11RC1', +// '8.3' => '8.3.24RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |