Răsfoiți Sursa

Update check.php with instructions for ubuntu

Ran into this issue while installing on ubuntu, the fix i document fixed it for me
Sam 9 ani în urmă
părinte
comite
1dc6bbc3dc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;