summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-21 16:19:29 +0100
committerRemi Collet <remi@php.net>2024-02-21 16:19:29 +0100
commit4976782531df475b2a7b602f707ac43ab84c2d59 (patch)
tree5590a886f070f283c0b2f39c9502fbc0607d5131 /wizard
parentc90af2594dbc73cf4fb7d25d2aa521c4317ee8f6 (diff)
Wizard: add tips for SCL
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php3
1 files changed, 3 insertions, 0 deletions
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("<li>You want <b>multiple versions </b> which means using a <a href='https://www.softwarecollections.org/en/'>Software Collection</a></li><br />");
$scl='php'.str_replace('.', '', $php);
+
+ echo "<li><p><img src='info.png'> <b>Tips</b>: For Software Collection usage read: ";
+ echo "<a href='https://blog.remirepo.net/post/2022/02/17/My-PHP-Workstation'>My PHP Workstation</a></p><br /></li>";
if (version_compare($php, $osmax[$os], '>')) {
printf("<li>Sorry, but PHP version greater than <b>%s</b> are not available for <b>%s</b> (%s).</li><br />", $osmax[$os], $os, $arch);