php-src/ext/pdo_sqlite
Marcus Boerger 5cf2c9dc45 - Add +ifdefs to still allow PHP 5.0 builds of PDO
# PDO is a PECL extension and at the moment is still meant to compile on
# both PHP 5.0 and PHP 5.1.
2005-06-23 00:19:16 +00:00
..
sqlite touch 2005-03-01 01:45:34 +00:00
tests - Need to make PDO::__construct() final to prevent SEGV it isn't called 1st 2005-05-26 18:36:18 +00:00
config.m4 - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) 2005-06-14 00:00:53 +00:00
config.w32 fix build when the pecl module is part of the php source tree 2005-03-19 10:55:47 +00:00
CREDITS First cut at a PDO driver for SQLite 3.x 2004-09-19 10:55:41 +00:00
EXPERIMENTAL First cut at a PDO driver for SQLite 3.x 2004-09-19 10:55:41 +00:00
package.xml prep for pecl release 2005-03-09 18:21:10 +00:00
pdo_sqlite.c - Add +ifdefs to still allow PHP 5.0 builds of PDO 2005-06-23 00:19:16 +00:00
php_pdo_sqlite_int.h work in progress on UDF. 2005-06-10 02:50:37 +00:00
php_pdo_sqlite.h First cut at a PDO driver for SQLite 3.x 2004-09-19 10:55:41 +00:00
sqlite_driver.c implement the 'request shutdown' hook; this allows us to register UDFs on 2005-06-10 05:49:48 +00:00
sqlite_statement.c fix for PECL Bug #3452 2005-02-28 01:30:14 +00:00