Browse Source

Merge pull request #433 from slamanna212/master

Update check.php with instructions for ubuntu
causefx 8 years ago
parent
commit
9fda49d2b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check.php

+ 1 - 1
check.php

@@ -25,7 +25,7 @@ function check($extension) {
         
         if($extension == "PDO_SQLITE") :
             
-            echo '<br/> If you are on Windows, please uncomment this line in php.ini: ;extension=php_pdo_sqlite.dll';
+            echo '<br/> If you are on Windows, please uncomment this line in php.ini: ;extension=php_pdo_sqlite.dll<br/>If you are on Ununtu, please install php5.3-sqlite or php7-sqlite depending on your version of PHP, then restart PHP service';
         
         endif;