From: Wez Furlong Date: Sat, 22 May 2004 20:58:36 +0000 (+0000) Subject: prep for release X-Git-Tag: RELEASE_0_1_1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=055848d83a133e28f91027204d5094298fec4c2c;p=php prep for release --- diff --git a/ext/pdo_odbc/package.xml b/ext/pdo_odbc/package.xml index 57e9d990aa..7b86564b46 100755 --- a/ext/pdo_odbc/package.xml +++ b/ext/pdo_odbc/package.xml @@ -21,8 +21,8 @@ PHP alpha - 0.1 - 2004-05-21 + 0.1.1 + 2004-05-22 You need to install the PDO core module before you can make use of this one. @@ -30,6 +30,8 @@ If you are running on windows, you can download the binary from here: http://snaps.php.net/win32/PECL_5_0/php_pdo_odbc.dll + + This release features working error reporting(!) and ODBC connection pooling. diff --git a/ext/pdo_odbc/pdo_odbc.c b/ext/pdo_odbc/pdo_odbc.c index 68ed51bf77..09c18cd2a3 100755 --- a/ext/pdo_odbc/pdo_odbc.c +++ b/ext/pdo_odbc/pdo_odbc.c @@ -55,7 +55,7 @@ zend_module_entry pdo_odbc_module_entry = { NULL, NULL, PHP_MINFO(pdo_odbc), - "0.1", + "0.1.1", STANDARD_MODULE_PROPERTIES }; /* }}} */