Browse Source

update changelog here too

PHP-5.1
Wez Furlong 21 years ago
parent
commit
b4dd85ff46
  1. 5
      ext/pdo/package.xml

5
ext/pdo/package.xml

@ -41,7 +41,7 @@
<license>PHP</license> <license>PHP</license>
<release> <release>
<state>stable</state> <state>stable</state>
<version>1.0.1</version>
<version>1.0.2</version>
<date>2005-11-26</date> <date>2005-11-26</date>
<notes> <notes>
@ -63,6 +63,9 @@ You can find additional PDO drivers at:
http://pecl4win.php.net http://pecl4win.php.net
** Changes ** ** 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 - Changed PDO_XXX constants to PDO::XXX
- It is now possible to extend PDO and PDOStatement and override their constructors - It is now possible to extend PDO and PDOStatement and override their constructors

Loading…
Cancel
Save