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.
 
 
 
 
 
 
Wez Furlong ac33bc48f0 Revise todo 23 years ago
..
libsqlite Bundle relevant parts of sqlite 2.8.0. 23 years ago
tests Implement sqlite_create_function(), which allows binding of php functions by 23 years ago
CREDITS Update 23 years ago
EXPERIMENTAL This commit was generated by cvs2svn to compensate for changes in r123706, 23 years ago
Makefile.frag Hopefully fix build... 23 years ago
README Add readme and todo 23 years ago
TODO Revise todo 23 years ago
config.m4 Kluge, but it seems to work now in both phpize and bundled builds. 23 years ago
package.xml Implement sqlite_create_function(), which allows binding of php functions by 23 years ago
php_sqlite.h Implement sqlite_create_function(), which allows binding of php functions by 23 years ago
sqlite.c Implement sqlite_create_function(), which allows binding of php functions by 23 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