You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marcus Boerger 6e798706e3 There's no more interaction with SPL 22 years ago
..
libsqlite touch to make build work without lemon.. 22 years ago
tests fix tests for win32 22 years ago
CREDITS Added myself to credits. 22 years ago
Makefile.frag Explicitly declare the dependencies on the generated sqlite.h file. This 23 years ago
README Add readme and todo 23 years ago
TODO Eliminate leaks from registering plain or aggregate functions. 23 years ago
config.m4 Upgrade bundled libsqlite to 2.8.9 22 years ago
config.w32 Update win32 build for new version of libsqlite 22 years ago
package.xml MFB: Add myself to credits 23 years ago
php_sqlite.def Add .def file to export the sqlite functions from our win32 dll 23 years ago
php_sqlite.h - Happy new year and PHP 5 for rest of the files too.. 22 years ago
sess_sqlite.c - A belated happy holidays and PHP 5 22 years ago
sqlite.c There's no more interaction with SPL 22 years ago
sqlite.dsp add new files to .dsp 22 years ago
sqlite.php Add two new functions: 23 years ago

README

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