SQLite SQLite database bindings wez Wez Furlong wez@php.net lead SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. This extension allows you to access SQLite databases from within PHP. PHP beta 0.7 2003-04-18 SQLite is now bundled with the extension; no need to download and build it separately. Fixed memory corruption bug when calling back into a PHP function from an SQL statement. Added sqlite_busy_timeout() to set the maximum duration for attempting to lock the database when updating it. Default timeout is set to 1/2 second. NULL columns are now correctly returned as NULL values.