diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-05 15:30:54 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-05 15:30:54 +0200 |
| commit | 925473a8f3e6cfe1413b42fcdf89130ac2881dcc (patch) | |
| tree | 13ae6b2530717790855213983eddb4f3a8b41411 /wizard/index.php | |
| parent | c1c025d4171432b8324a35a881a5b425ad1fa289 (diff) | |
Diffstat (limited to 'wizard/index.php')
| -rw-r--r-- | wizard/index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wizard/index.php b/wizard/index.php index 5f696692..db4a4b27 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -70,8 +70,8 @@ $osmax = [ ]; $osname = [ ':rhel' => 'Red Hat Enterprise Linux', - 'RHEL 10' => 'RHEL 10.1', // (maintained until May 31, 2035) - 'RHEL 9' => 'RHEL 9.7', // (maintained until May 31, 2032) + 'RHEL 10' => 'RHEL 10.2', // (maintained until May 31, 2035) + 'RHEL 9' => 'RHEL 9.8', // (maintained until May 31, 2032) 'RHEL 8' => 'RHEL 8.10', // (maintained until May 31, 2029) ':centos' => 'CentOS Stream', 'CentOS 10' => 'CentOS Stream 10',// (maintained until May 31, 2030) @@ -119,8 +119,8 @@ $phpvers = [ $phpname = [ // ':devel' => 'Development version, not ready for production', ':stable' => 'Stable versions - usage recommended', - '8.5' => '8.5.6 (active support until December 2027)', - '8.4' => '8.4.21 (active support until December 2026)', + '8.5' => '8.5.7 (active support until December 2027)', + '8.4' => '8.4.22 (active support until December 2026)', ':secure' => 'Security only versions', '8.3' => '8.3.31 (security only support until December 2027)', '8.2' => '8.2.31 (security only support until December 2026)', @@ -135,8 +135,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only', ]; $phptest = [ - '8.5' => '8.5.7RC2', - '8.4' => '8.4.22RC1', +// '8.5' => '8.5.7RC2', +// '8.4' => '8.4.22RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |
