Fixes #2725: Wrong suggestion to install PEAR

This commit is contained in:
nguillaumin
2016-01-09 22:50:47 +11:00
parent 867a3f6406
commit ceb2d15b9d

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>");