SQLite Forum

SQLite DLL on Windows with PHP
Login
I have downloaded the latest precompiled binaries for Win X64 and extracted them to my PHP folder. 
When I run ``php --version`` I get

> ./php --version
> PHP Warning:  PHP Startup: Can't load module 'c:\\php\\sqlite3.DLL' as it's linked with 9.0, but the core is linked with 14.28 in Unknown on line 0
> 
> Warning: PHP Startup: Can't load module 'c:\\php\\sqlite3.DLL' as it's linked > with 9.0, but the core is linked with 14.28 in Unknown on line 0
> PHP 8.0.0 (cli) (built: Nov 24 2020 22:02:58) ( NTS Visual C++ 2019 x64 )
> Copyright (c) The PHP Group Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies

Any ideas how I can fix this?