From 38c5dd29299b5b421e5f101c3f8c28412b075331 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 1 Nov 2005 03:16:36 +0000 Subject: [PATCH] prep for PECL release --- ext/pdo_sqlite/package.xml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml index 75436bdb2d..b121220a25 100755 --- a/ext/pdo_sqlite/package.xml +++ b/ext/pdo_sqlite/package.xml @@ -24,21 +24,23 @@ PHP beta - 1.0RC1 - 2005-09-11 + 1.0RC2 + 2005-11-01 - You need to install the PDO core module before you can make use of this one. - This package includes a bundled SQLite 3 library. +You need to install the PDO core module before you can make use of this one. +This package includes a bundled SQLite 3 library. - Windows binary: http://snaps.php.net/win32/PECL_5_0/php_pdo_sqlite.dll +Windows binary: +http://pecl4win.php.net/ext.php/php_pdo_sqlite.dll - - Added sqliteCreateFunction() and sqliteCreateAggregate() - - 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 +- Fixed PECL Bug #5633; build issues +- Added sqliteCreateFunction() and sqliteCreateAggregate() +- 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 @@ -168,7 +170,7 @@ - + -- 2.40.0