diff options
-rw-r--r-- | enterprise/8/index.html | 6 | ||||
-rw-r--r-- | wizard/index.php | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/enterprise/8/index.html b/enterprise/8/index.html index e9d98c32..e79b91e8 100644 --- a/enterprise/8/index.html +++ b/enterprise/8/index.html @@ -105,12 +105,18 @@ <h3>remi-php73 (only PHP 7.3 and extensions)</h3> <ul class="pkglist"> <li> + <a href="php73/aarch64/repoview/" class="inpage">aarch64</a>, only for browsing, not a real repository + </li> + <li> <a href="php73/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository </li> </ul> <h3>remi-php72 (only PHP 7.2 and extensions)</h3> <ul class="pkglist"> <li> + <a href="php72/aarch64/repoview/" class="inpage">aarch64</a>, only for browsing, not a real repository + </li> + <li> <a href="php72/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository </li> </ul> diff --git a/wizard/index.php b/wizard/index.php index 5205a70a..e22cdd89 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -248,7 +248,8 @@ if ($arch == 'ppc64le' || $arch == 's390x') { printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />"); $err =true; } else if ($os && $ver == 8) { - $osmin['RHEL 8'] = $osmin['CentOS 8'] = $osminbase['RHEL 8'] = $osminbase['CentOS 8'] = '7.4'; + // no older SCLs + $osmin['RHEL 8'] = $osmin['CentOS 8'] = '7.2'; } } |