diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-08 11:30:10 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-08 11:30:10 +0200 |
commit | 44079c98686b53507179473cf56ed40e9e7e23ac (patch) | |
tree | ef0fc1f30d3b9707c03854f574358c9b0b6b3fb3 /wizard/index.php | |
parent | 06689f87249706b83f99bb8dece4af8cab6a01ed (diff) |
Diffstat (limited to 'wizard/index.php')
-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 b0263313..66c3739e 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.0RC1 (development version)', + '8.5' => '8.5.0RC2 (development version)', ':stable' => 'Stable versions - usage recommended', '8.4' => '8.4.13 (active support until November 2026)', '8.3' => '8.3.26 (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.13RC1', -// '8.3' => '8.3.26RC1', + '8.4' => '8.4.14RC1', + '8.3' => '8.3.27RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |