]> granicus.if.org Git - php/commitdiff
prep for release
authorWez Furlong <wez@php.net>
Sun, 13 Feb 2005 06:56:16 +0000 (06:56 +0000)
committerWez Furlong <wez@php.net>
Sun, 13 Feb 2005 06:56:16 +0000 (06:56 +0000)
ext/pdo/package.xml
ext/pdo/pdo.c

index c0e3d3480e65281c6c0700754dfa652107f3981f..3608a5ce0c2de10fd41fb80bf2bea4aed63e8b15 100755 (executable)
@@ -47,8 +47,8 @@
  <license>PHP</license>
  <release>
   <state>beta</state>
-  <version>0.2.2</version>
-  <date>2005-02-11</date>
+  <version>0.2.3</version>
+  <date>2005-02-13</date>
 
   <notes>
 Note that PDO on its own is useless.
@@ -68,6 +68,10 @@ http://snaps.php.net/win32/PECL_5_0/
 
 - Added PDO::quote($string).  Closes PECL Bug #3393
 - Fixed PDO::query() for drivers using bound parameter emulation.
+- Fixed PECL Bug #3434, crash when using odbc with named parameters.
+
+* Note: this release bumps the API number; you will need to rebuild
+  your PDO drivers
 
   </notes>
 
index 8d2361c95f2347e1444dc691f5a10bcaa88bc94a..2a93a5f70555c032be6386baa012604a10d4daaa 100755 (executable)
@@ -74,7 +74,7 @@ zend_module_entry pdo_module_entry = {
        PHP_RINIT(pdo),
        PHP_RSHUTDOWN(pdo),
        PHP_MINFO(pdo),
-       "0.2.2",
+       "0.2.3",
        STANDARD_MODULE_PROPERTIES
 };
 /* }}} */