I am on PHP 5.5.27 and I want to use SQLite in a ZF2 application. I understand I have to enable .ddl libraries in my php.ini (I am on windows 10), but the documentation is unclear.
There are two .dll libraries mentioned in my php.ini:
;extension=php_pdo_sqlite.dll
;extension=php_sqlite3.dll
Which one should I enable?