summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php32
1 files changed, 19 insertions, 13 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 289edb03..c1e51da6 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -8,20 +8,21 @@
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<?php
-define('FC_EOL', 39);
+define('FC_EOL', 40);
define('FC_DEV', 43);
define('EL_EOL', 7);
-define('EL_DEV', 10);
+define('EL_DEV', 11);
define('PHP_SEC', '8.1');
define('EPEL_DEV', 2); // 0 missing, 1 partially populated, 2 mostly full
define('COUNTER', __DIR__ . "/counter.txt");
$osvers = [
'RHEL 10' => ['8.3'],
- 'RHEL 9' => ['8.0', '8.1', '8.2'],
+ 'RHEL 9' => ['8.0', '8.1', '8.2', '8.3'],
'RHEL 8' => ['7.4', '8.0', '8.2'],
'CentOS 10' => ['8.3'],
- 'CentOS 9' => ['8.0', '8.1', '8.2'],
+ 'CentOS 9' => ['8.0', '8.1', '8.2', '8.3'],
+ 'EL 10' => ['8.3'],
'EL 9' => ['8.0', '8.1', '8.2'],
'EL 8' => ['7.4', '8.0', '8.2'],
'Fedora 42' => '8.3',
@@ -34,6 +35,7 @@ $osmin = [
'RHEL 8' => '5.6',
'CentOS 10' => '7.4',
'CentOS 9' => '7.4',
+ 'EL 10' => '7.4',
'EL 9' => '7.4',
'EL 8' => '5.6',
'Fedora 42' => '7.4',
@@ -46,6 +48,7 @@ $osminbase = [
'RHEL 8' => '7.2',
'CentOS 10' => '7.4',
'CentOS 9' => '7.4',
+ 'EL 10' => '7.4',
'EL 9' => '7.4',
'EL 8' => '7.2',
'Fedora 42' => '7.4',
@@ -58,6 +61,7 @@ $osmax = [
'RHEL 8' => '8.4',
'CentOS 10' => '8.4',
'CentOS 9' => '8.4',
+ 'EL 10' => '8.4',
'EL 9' => '8.4',
'EL 8' => '8.4',
'Fedora 42' => '8.4',
@@ -66,13 +70,14 @@ $osmax = [
];
$osname = [
':rhel' => 'Red Hat Enterprise Linux',
- 'RHEL 10' => 'RHEL 10.0-Beta (Development version)',
- 'RHEL 9' => 'RHEL 9.5', // (maintained until May 31, 2032)
+ 'RHEL 10' => 'RHEL 10.0', // (maintained until May 31, 2035)
+ 'RHEL 9' => 'RHEL 9.6', // (maintained until May 31, 2032)
'RHEL 8' => 'RHEL 8.10', // (maintained until May 31, 2029)
':centos' => 'CentOS Stream',
- 'CentOS 10' => 'CentOS Stream 10',
+ 'CentOS 10' => 'CentOS Stream 10',// (maintained until May 31, 2030)
'CentOS 9' => 'CentOS Stream 9', // (maintained until May 31, 2027)
':clone' => 'Alma Linux, Rocky Linux and other clones',
+ 'EL 10' => 'EL 10',
'EL 9' => 'EL 9',
'EL 8' => 'EL 8',
':fedora' => 'Fedora Linux',
@@ -110,8 +115,8 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.4' => '8.4.6 (active support until November 2026)',
- '8.3' => '8.3.20 (active support until December 2025)',
+ '8.4' => '8.4.8 (active support until November 2026)',
+ '8.3' => '8.3.22 (active support until December 2025)',
':secure' => 'Security only versions',
'8.2' => '8.2.28 (security only support until December 2026)',
'8.1' => '8.1.32 (security only support until December 2025)',
@@ -125,8 +130,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.4' => '8.4.6RC1',
-// '8.3' => '8.3.20RC1',
+// '8.4' => '8.4.8RC1',
+// '8.3' => '8.3.22RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);
@@ -437,7 +442,8 @@ if ($php && $os && $type && !$err) {
@file_put_contents(COUNTER, "$counter\n");
} else {
- printf("<li>You want <b>multiple versions </b> which means using a <a href='https://www.softwarecollections.org/en/'>Software Collection</a></li><br />");
+ printf("<li>You want <b>multiple versions </b> which means using a Software Collection (SCL)</li><br />");
+ printf("<li>Installation of a <b>default</b> version is recommended, using SCL only for additional versions</li><br />");
$scl='php'.str_replace('.', '', $php);
echo "<li><p><img src='info.png'> <b>Tips</b>: For Software Collection usage read: ";
@@ -518,7 +524,7 @@ if ($php && $os && $type && !$err) {
<li><a href="https://blog.remirepo.net/pages/English-FAQ" class="nlink" title="F.A.Q.">F.A.Q.</a></li>
<li><a href="https://github.com/remicollet/remirepo/issues" class="nlink" title="Bug tracker">Bug tracker</a></li>
<li><a href="https://blog.remirepo.net/post/2021/05/20/remirepo-IRC-channel-on-Libera-network" class="nlink" title="IRC channel">IRC channel</a></li>
- <li><a href='https://bsky.app/profile/remirepo.bsky.social'>@remirepo.bsky.social</a> on <b>BlueSky</b></li>
+ <li><a href='https://bsky.app/profile/remirepo.net'>@remirepo.net</a> on <b>BlueSky</b></li>
<li><a href='https://discord.gg/qwC6kM2dcE'>Discord server</a></li>
<!-- <li><?php
$day = (time() - mktime(0,0,0,12,8,2015)) / 86400;