Configure PHP 7 and SQlite3 in Windows
25th Sep, 2019Introduction Here we will see how to configure PHP 7 and SQLite3 in Windows environment. By default SQLite3 extension comes with PHP 5.3.0 or higher version of PHP. So you don’t need to download it. SQLite3 is not enabled by default in…