sqlite3 and pdo_sqlite not loaded in php apache2 localhost but loaded in php cmd window
Problem description I use Windows 10 OS. I have installed Apache 2.4 in C:/Apache24 and PHP7.4.1 in C:/php7. In the configuration file of Apache, httpd.conf, I appended the following LoadModule php7_module "c:/php7/php7apache2_4.dll" #<FilesMatch .php$> # SetHandler application/x-httpd-php #</FilesMatch> AddType application/x-httpd-php…