]> granicus.if.org Git - php/commitdiff
update changelog here too
authorWez Furlong <wez@php.net>
Sun, 27 Nov 2005 21:18:24 +0000 (21:18 +0000)
committerWez Furlong <wez@php.net>
Sun, 27 Nov 2005 21:18:24 +0000 (21:18 +0000)
ext/pdo/package.xml

index 2abd3ca555cb53ed89131589366be9df61997dd8..4e651a4666b25a6084837517bc0955b17b7cd5b4 100755 (executable)
@@ -41,7 +41,7 @@
  <license>PHP</license>
  <release>
   <state>stable</state>
-  <version>1.0.1</version>
+  <version>1.0.2</version>
   <date>2005-11-26</date>
 
   <notes>
@@ -63,6 +63,9 @@ You can find additional PDO drivers at:
 http://pecl4win.php.net
 
 ** Changes **
+- Fixed bug #35431 (PDO crashes when using LAZY fetch with fetchAll). (Wez)
+- Fixed bug #35430 (PDO crashes on incorrect FETCH_FUNC use). (Tony)
+
 - Changed PDO_XXX constants to PDO::XXX
 - It is now possible to extend PDO and PDOStatement and override their constructors