Merge pull request #2727 from nguillaumin/fix-pear-comment-install

Fixes #2725: Wrong suggestion to install PEAR
This commit is contained in:
Daniel Preussker
2016-01-09 13:18:05 +01:00
+1 -1
View File
@@ -231,7 +231,7 @@ if($stage == 0) {
<td>pear</td>
<td>$ext_loaded</td>");
if($ext_loaded == 'no') {
echo("<td>apt-get install php5-$extension / yum install php-$extension</td>");
echo("<td>apt-get install php-pear / yum install php-pear</td>");
}
else {
echo("<td></td>");