libsqlite3 missing in xampp 7.4.3 for Windows

Problems with the Windows version of XAMPP, questions, comments, and anything related.

libsqlite3 missing in xampp 7.4.3 for Windows

Postby hen-xmp » 16. June 2020 06:01

Since PHP 7.4 is very different from 7.3, there are some problems.
According to PHP Manual (https://www.php.net/manual/en/migration74.other-changes.php),
The bundled libsqlite has been removed. To build the SQLite3 extension a system libsqlite3 ≥ 3.7.4 is now required. To build the PDO_SQLite extension a system libsqlite3 ≥ 3.5.0 is now required.
A site suggested me to solve this problem by copying "libsqlite3.dll" from "C:\xampp\php" and paste it to "C:\xampp\apache\bin" and it worked.
hen-xmp
 
Posts: 4
Joined: 12. February 2020 09:16
XAMPP version: 7.1.12
Operating System: Windows 10

Re: libsqlite3 missing in xampp 7.4.3 for Windows

Postby Neustradamus » 25. January 2021 07:27

The problem is always here in xampp-windows-x64-7.4.14-0-VC15 and other I think.

In \xampp\apache\conf\extra\httpd-xampp.conf

Search:
LoadModule php7_module "/xampp/php/php7apache2_4.dll"

Add after:
LoadFile "/xampp/php/libsqlite3.dll"

Restart Apache, it works.
Neustradamus
 
Posts: 12
Joined: 31. January 2007 22:32

Re: libsqlite3 missing in xampp 7.4.3 for Windows

Postby laylahaag » 30. January 2021 04:23

Neustradamus wrote:The problem is always here in xampp-windows-x64-7.4.14-0-VC15 and other I think.

In \xampp\apache\conf\extra\httpd-xampp.conf

Search:
LoadModule php7_module "/xampp/php/php7apache2_4.dll"

Add after:
LoadFile "/xampp/php/libsqlite3.dll"

Restart Apache, it works.

Thanks! I will work on it.
laylahaag
 
Posts: 1
Joined: 30. January 2021 04:22
XAMPP version: 7.4.12
Operating System: Windows 10


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 166 guests

cron