1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

update changelog here too

This commit is contained in:
Wez Furlong
2005-11-27 21:18:24 +00:00
parent 7a05927e44
commit b4dd85ff46

View File

@@ -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