summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/wizard/index.php b/wizard/index.php
index f2850e01..3cde978e 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -9,7 +9,7 @@
</head>
<?php
define('FC_EOL', 39);
-define('FC_DEV', 42);
+define('FC_DEV', 43);
define('EL_EOL', 7);
define('EL_DEV', 10);
define('PHP_SEC', '8.1');
@@ -76,7 +76,7 @@ $osname = [
'EL 9' => 'EL 9',
'EL 8' => 'EL 8',
':fedora' => 'Fedora Linux',
- 'Fedora 42' => 'Fedora 42 (Development version)',
+ 'Fedora 42' => 'Fedora 42',
'Fedora 41' => 'Fedora 41',
'Fedora 40' => 'Fedora 40 (EOL on May 13th, 2025)',
// 'Fedora 39' => 'Fedora 39 (EOL since November 26, 2024)',
@@ -125,8 +125,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.7RC1',
+ '8.3' => '8.3.21RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);
@@ -518,7 +518,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;