Note addition of new class constants

This commit is contained in:
Sara Golemon 2006-05-04 00:21:51 +00:00
parent 5649f24524
commit 7e6beb9f28

View File

@ -61,6 +61,7 @@ You can find additional PDO drivers at:
http://pecl4win.php.net
** Changes **
- Added PDO::PARAM_EVT_* family of constants. (Sara)
- Fixed bug #37167 (PDO segfaults when throwing exception from the
fetch handler). (Tony)
- Fixed memory corruption when PDO::FETCH_LAZY mode is being used. (Ilia)