php-src/ext/pdo_sqlite
Jani Taskinen 281352fe02 MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all
MFH: enabled-by-default drivers. Also error out if you try to configure
MFH: a driver as static but pdo is disabled.
2008-07-25 13:46:24 +00:00
..
libsqlite Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO. 2008-07-24 00:24:03 +00:00
tests add missing skipif conditions 2005-12-21 11:42:06 +00:00
config.m4 MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all 2008-07-25 13:46:24 +00:00
config.w32 MFH: Remove non existent defines and change THREADSAFE to SQLITE_THREADSAFE 2008-07-24 14:25:33 +00:00
CREDITS First cut at a PDO driver for SQLite 3.x 2004-09-19 10:55:41 +00:00
package2.xml Update bundled SQLite to 3.5.6 2008-03-07 10:47:32 +00:00
pdo_sqlite.c Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO. 2008-07-24 00:24:03 +00:00
php_pdo_sqlite_int.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_pdo_sqlite.h remove unused PHP_EXTNAME_API macros. 2008-01-03 16:20:33 +00:00
sqlite_driver.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
sqlite_statement.c Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop errors with null bytes.) 2008-03-07 16:58:55 +00:00