Requerimientos

Desde PHP 5, la extensión SQLite viene habilitada de forma predeterminada. Con la versión 5.4 de PHP, la extensión SQLite solamente está disponible mediante PECL.

add a note add a note

User Contributed Notes 1 note

up
-75
andrew at NOSPAM dot aljweb dot com
10 years ago
This is the old SQLite2 extension, SQLite3 is the current SQLite driver for PHP 5.3+ and is included by default.
To Top