]> granicus.if.org Git - php/commitdiff
prep for release
authorWez Furlong <wez@php.net>
Sat, 22 May 2004 20:58:36 +0000 (20:58 +0000)
committerWez Furlong <wez@php.net>
Sat, 22 May 2004 20:58:36 +0000 (20:58 +0000)
ext/pdo_odbc/package.xml
ext/pdo_odbc/pdo_odbc.c

index 57e9d990aa97e1d32fa72790867c786f461b8fe5..7b86564b46eb45ece520b878879f16c025f2dbfa 100755 (executable)
@@ -21,8 +21,8 @@
  <license>PHP</license>\r
  <release>\r
   <state>alpha</state>\r
-  <version>0.1</version>\r
-  <date>2004-05-21</date>\r
+  <version>0.1.1</version>\r
+  <date>2004-05-22</date>\r
 \r
   <notes>\r
    You need to install the PDO core module before you can make use of this one.\r
@@ -30,6 +30,8 @@
 \r
    If you are running on windows, you can download the binary from here:\r
    http://snaps.php.net/win32/PECL_5_0/php_pdo_odbc.dll\r
+\r
+   This release features working error reporting(!) and ODBC connection pooling.\r
   </notes>\r
 \r
   <filelist>\r
index 68ed51bf778da270fb2c816f7f17029abb6c85f9..09c18cd2a312c8521d7b250182e2fb956e8aff80 100755 (executable)
@@ -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
 };
 /* }}} */