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.
 
 
 
 
 
 
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
..
libsqlite MFH: php_localtime_r() checks 19 years ago
tests - Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery} methods using Reflection 16 years ago
CREDITS An oumlaut doesn't work here, need ASCII only 22 years ago
Makefile.frag MFH 20 years ago
README Add readme and todo 23 years ago
TODO More todo items 18 years ago
config.m4 - MFH: WS 17 years ago
config.w32 Build PDO and SQLite as shared 20 years ago
package.xml Bump PHP 5 sqlite extension number to 2.0 22 years ago
pdo_sqlite2.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
php_sqlite.def Upgrade bundled library to 2.8.14 + misc fixes 22 years ago
php_sqlite.h sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
sess_sqlite.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
sqlite.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
sqlite.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
sqlite.php Better extension availability check. 22 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