Open GoogleCodeExporter opened 9 years ago
Yes, this is currently not possible (but should be).
Workaround is to close and reopen your browser. Or move the sqlite3 file out of
the phpLiteAdmin folder.
Or of course install some sqlite3 driver ;)
But we should place some "back"-link there.
Original comment by crazy4ch...@gmail.com
on 12 Oct 2014 at 4:18
Sir,
How do I add sqlite3 drivers to my old version of PHP 5.2.4
Which actually is a part of xampp 1.6.4
My internet pack and speed is not good enough to download
a new version of xampp or PHP
I just want the dll's and the necessary settings
Can I have multiple dll entries in php.ini ?
TIA
Original comment by color.pr...@gmail.com
on 14 Oct 2014 at 3:48
Go to C:\xampp\php\ext. Is there a php_pdo_sqlite.dll? Or a php_sqlite3.dll?
If yes, then open your php.ini file (usually C:\xampp\php\php.ini).
Search for
;extension=php_pdo_sqlite.dll
or
;extension=php_sqlite3.dll
(depending on which file you found)
and remove the ; at the beginning. Restart Apache using the xampp control panel
(or just restart windows).
If none of the two dlls is in there, let me know, I will look if I can find a
link for your php version.
Original comment by crazy4ch...@gmail.com
on 14 Oct 2014 at 8:42
the php_pdo_sqlite.dll? Or a php_sqlite3.dll
are not there
where can i download them safely
without virus problems ?
Original comment by color.pr...@gmail.com
on 18 Oct 2014 at 2:29
Sqlite3 is part of php since PHP 5.3.0. So there are only php_sqlite3.dll files
in PHP 5.3 releases. I am not sure if it works to plug the php_sqlite3.dll from
PHP 5.3 into 5.2.4, but if you want to try it: Download for example
http://windows.php.net/downloads/releases/php-5.4.34-Win32-VC9-x86.zip and grab
the php_sqlite3.dll from the "ext" folder in there.
But you should really consider switching to a newer PHP version...
Original comment by crazy4ch...@gmail.com
on 18 Oct 2014 at 7:15
Original issue reported on code.google.com by
color.pr...@gmail.com
on 12 Oct 2014 at 6:10Attachments: