| Package Information |
| Summary |
SQLite database bindings |
| Maintainers |
Wez Furlong <wez@php.net> (lead) [wishlist] [details] Tal Peer <tal@php.net> (developer) [details] Marcus Börger <helly@php.net> (lead) [wishlist] [details] Ilia Alshanetsky <ilia@prohost.org> (lead) [details]
|
| License |
PHP |
| Description |
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.
Windows binary for PHP 4.3 is available from:
http://snaps.php.net/win32/PECL_4_3/php_sqlite.dll
**Note that this extension is built into PHP 5 by default** |
Release notes Version1.0.2 |
Upgraded libsqlite to version 2.9.11
Fixed crash bug in module shutdown
Fixed crash with empty queries
Fixed column name mangling bug |