From: Wez Furlong Date: Sat, 12 Feb 2005 08:23:32 +0000 (+0000) Subject: prep for release X-Git-Tag: RELEASE_0_2_2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e31b10531938ec5879d5b8d94b92885a4ffb714;p=php prep for release --- diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml index 99378a9142..97bf1c8415 100755 --- a/ext/pdo_sqlite/package.xml +++ b/ext/pdo_sqlite/package.xml @@ -24,8 +24,8 @@ PHP beta - 0.2.1 - 2005-02-10 + 0.2.2 + 2005-02-12 You need to install the PDO core module before you can make use of this one. @@ -35,6 +35,7 @@ - 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 diff --git a/ext/pdo_sqlite/pdo_sqlite.c b/ext/pdo_sqlite/pdo_sqlite.c index da10ca2687..d19b00fd8e 100644 --- a/ext/pdo_sqlite/pdo_sqlite.c +++ b/ext/pdo_sqlite/pdo_sqlite.c @@ -31,7 +31,7 @@ #include "php_pdo_sqlite_int.h" #include "zend_exceptions.h" -#define PHP_PDO_SQLITE_MODULE_VERSION "0.2.1" +#define PHP_PDO_SQLITE_MODULE_VERSION "0.2.2" /* {{{ pdo_sqlite_functions[] */ function_entry pdo_sqlite_functions[] = {