php-src/ext/sqlite
Wez Furlong 7eb04b7907 Fix dep usage; it must appear after the PHP_NEW_EXTENSION line.
pdo and spl are both optional dependencies.
2005-11-30 04:50:03 +00:00
..
libsqlite Fixed bug #34899 (Fixed sqlite extension compile failure). 2005-10-18 14:33:19 +00:00
tests Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value is 2005-11-17 14:38:36 +00:00
config.m4 Fix dep usage; it must appear after the PHP_NEW_EXTENSION line. 2005-11-30 04:50:03 +00:00
config.w32 Build PDO and SQLite as shared 2005-09-24 15:13:13 +00:00
CREDITS
Makefile.frag MFH 2005-10-16 20:41:26 +00:00
package.xml
pdo_sqlite2.c
php_sqlite.def
php_sqlite.h - Bumber up year 2005-08-03 14:08:58 +00:00
README
sess_sqlite.c - Bumber up year 2005-08-03 14:08:58 +00:00
sqlite.c MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) 2005-11-25 16:01:41 +00:00
sqlite.dsp
sqlite.php
TODO

This is an extension for the SQLite Embeddable SQL Database Engine.
http://www.sqlite.org/

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.

SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and from
the database files on disk



vim:tw=78:et