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.
 
 
 
 
 
 
Zeev Suraski 30171a7590 zend_default_classes.h -> zend_exceptions.h 22 years ago
..
libsqlite update file for win32 build 22 years ago
tests Update, id_l is unique 22 years ago
CREDITS Added myself to credits. 22 years ago
Makefile.frag Adding dependencies on sqlite.h for the rest of the source files in the 22 years ago
README Add readme and todo 23 years ago
TODO Update TODO 22 years ago
config.m4 SQLITE_ENCODING should be UTF8 rather than UTF-8 22 years ago
config.w32 Update win32 build for new version of libsqlite 22 years ago
package.xml - Fix the php dependency 22 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 Whoops... Ilia forgot a ')' 22 years ago
sqlite.c zend_default_classes.h -> zend_exceptions.h 22 years ago
sqlite.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 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