From 4976782531df475b2a7b602f707ac43ab84c2d59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Feb 2024 16:19:29 +0100 Subject: Wizard: add tips for SCL --- wizard/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wizard') diff --git a/wizard/index.php b/wizard/index.php index 0eb95e69..1fd29215 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -394,6 +394,9 @@ if ($php && $os && $type && !$err) { } else { printf("
  • You want multiple versions which means using a Software Collection

  • "); $scl='php'.str_replace('.', '', $php); + + echo "
  • Tips: For Software Collection usage read: "; + echo "My PHP Workstation


  • "; if (version_compare($php, $osmax[$os], '>')) { printf("
  • Sorry, but PHP version greater than %s are not available for %s (%s).

  • ", $osmax[$os], $os, $arch); -- cgit