summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-14 13:13:38 +0200
committerRemi Collet <remi@php.net>2023-09-14 13:13:38 +0200
commitbb8be27e98d74bd6c7c22a6e8b32bbb61a681d27 (patch)
tree7c27bb9892e5005a9a5cc83cf5e7bd16adafb283
parent1a8eed1af1f0b31a0a2fde3a0d9348ea4a29d606 (diff)
el9 aarch64 scl are ready
-rw-r--r--wizard/index.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 4dd954a7..b968d59d 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -101,7 +101,7 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.3' => '8.3.0RC1',
+ '8.3' => '8.3.0RC2',
':stable' => 'Stable versions - usage recommended',
'8.2' => '8.2.10 (active support until December 2024)',
'8.1' => '8.1.23 (active support until November 2023)',
@@ -239,9 +239,6 @@ if ($arch == 'ppc64le' || $arch == 's390x') {
$err =true;
} else if ($arch == 'aarch64') {
-// printf("<li><b>aarch64</b> support is a work in progress, some packages are not yet available, see <a href='%s'>issue #214</a></li><br />",
-// 'https://github.com/remicollet/remirepo/issues/214');
-
if ($os && $dist === 'Fedora') {
printf("<li><b>aarch64</b> for Fedora is not planed for now</li><br />");
$err =true;
@@ -249,10 +246,6 @@ if ($arch == 'ppc64le' || $arch == 's390x') {
} else if ($os && $ver < 9) {
printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />");
$err =true;
-
- } else if ($type === 'scl') {
- printf("<li>Software Collections for <b>aarch64</b> are not planed for now</li><br />");
- $err =true;
}
}