From 95b67c97630fc00c0ed2593660b9a05933369a61 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 9 Mar 2005 06:04:21 +0000 Subject: update in readiness for release --- ext/pdo_sqlite/config.m4 | 2 ++ ext/pdo_sqlite/package.xml | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'ext/pdo_sqlite') diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index d585f771e2..aba8cf12db 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -95,6 +95,8 @@ if test "$PHP_PDO_SQLITE" != "no"; then sort -n +2 $ext_srcdir/sqlite/src/opcodes.h | awk -f $ext_srcdir/sqlite/mkopcodec.awk > $ext_srcdir/sqlite/src/opcodes.c $CC -o $ext_srcdir/sqlite/tool/mkkeywordhash $ext_srcdir/sqlite/tool/mkkeywordhash.c $ext_srcdir/sqlite/tool/mkkeywordhash > $ext_srcdir/sqlite/src/keywordhash.h + else + touch $ext_srcdir/sqlite/src/parse.c $ext_srcdir/sqlite/src/parse.y fi if test "$ext_shared" = "no" -o "$ext_srcdir" != "$abs_srcdir"; then diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml index 9f86503d93..c6250e98e2 100755 --- a/ext/pdo_sqlite/package.xml +++ b/ext/pdo_sqlite/package.xml @@ -24,8 +24,8 @@ PHP beta - 0.2.2 - 2005-02-12 + 0.3 + 2005-03-09 You need to install the PDO core module before you can make use of this one. @@ -33,6 +33,8 @@ Windows binary: http://snaps.php.net/win32/PECL_5_0/php_pdo_sqlite.dll + - Fixed PECL Bug #3452; problem when first row of a result set contains a NULL value. + - Upgraded bundled sqlite to 3.1.3 - setting PDO_ATTR_TIMEOUT controls the busy timeout - Fixed PECL Bug #3391; cannot bind NULL parameters - Fixed build problem when building the bundled sqlite library @@ -157,7 +159,7 @@ - + -- cgit v1.2.1