]> granicus.if.org Git - php/commitdiff
update in anticipation of a release later tonight
authorWez Furlong <wez@php.net>
Fri, 11 Feb 2005 01:22:44 +0000 (01:22 +0000)
committerWez Furlong <wez@php.net>
Fri, 11 Feb 2005 01:22:44 +0000 (01:22 +0000)
ext/pdo/package.xml
ext/pdo/pdo.c

index f26240c6f26a99aa8fff74118550aa688bc87971..c0e3d3480e65281c6c0700754dfa652107f3981f 100755 (executable)
@@ -47,8 +47,8 @@
  <license>PHP</license>
  <release>
   <state>beta</state>
-  <version>0.2.1</version>
-  <date>2005-02-10</date>
+  <version>0.2.2</version>
+  <date>2005-02-11</date>
 
   <notes>
 Note that PDO on its own is useless.
@@ -67,6 +67,7 @@ You can find additional PDO drivers at:
 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.
 
   </notes>
 
index 331f16c59a8f0d04437721b4879c67c3371068db..8d2361c95f2347e1444dc691f5a10bcaa88bc94a 100755 (executable)
@@ -74,7 +74,7 @@ zend_module_entry pdo_module_entry = {
        PHP_RINIT(pdo),
        PHP_RSHUTDOWN(pdo),
        PHP_MINFO(pdo),
-       "0.2.1",
+       "0.2.2",
        STANDARD_MODULE_PROPERTIES
 };
 /* }}} */