diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-16 16:30:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-16 16:30:23 +0200 |
commit | 106f113a7d9a03a9b40aa78570dca399cd6aaebb (patch) | |
tree | 248a06616e1a9a78820a1ed98e8442ac07253a42 /wizard/index.php | |
parent | 5acbcb47c646202322c06e219b1e6b9aa3434854 (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 ec1eefd9..e7bd36c0 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -115,7 +115,7 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.5' => '8.5.0alpha1 (development version)', + '8.5' => '8.5.0alpha2 (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)', @@ -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.9RC1', -// '8.3' => '8.3.23RC1', + '8.4' => '8.4.11RC1', + '8.3' => '8.3.24RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |