SQLite3 Extension

Hi,
I’m installing an application that requires SQLite3 Extension, but by simply uncommenting this line ‘;extension=php_sqlite3.dll’ in php.ini does not work.
Any one with an idea of how I should go about it?
Thanks.

You might need to install the module it self

Thanks @eris or the reply, any guide on how to proceed with the module installation?

apt install phpx.x-module

1 Like

This worked perfectly. Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.