- Added missing entries related to pdo_dblib

This commit is contained in:
Felipe Pena 2010-09-16 21:49:48 +00:00
parent 6699cfaa51
commit ab3fc00983
2 changed files with 5 additions and 0 deletions

2
NEWS
View File

@ -50,6 +50,7 @@
- Added JsonSerializable interface (Sara)
- Added JSON_BIGINT_AS_STRING, extended json_decode() sig with $options. (Sara)
- Added support for storing upload progress feedback in session data. (Arnaud)
- Added nextRowset support for PDO_dblib. (Stanley)
- Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE.
FR #51815. (Pierrick)
- Added iterator support in MySQLi. mysqli_result implements Traversable.
@ -130,6 +131,7 @@
- Fixed PDO objects binary incompatibility. (Dmitry)
- Fixed bug #52211 (iconv() returns part of string on error). (Felipe)
- Fixed bug #50755 (PDO DBLIB Fails with OOM). (Stanley)
?? ??? 20??, PHP 5.3.3

View File

@ -250,6 +250,9 @@ UPGRADE NOTES - PHP X.Y
- ReflectionClass::getTraits()
- ReflectionClass::getTraitNames()
- ReflectionClass::getTraitAliases()
- PDO_dblib
- PDO::newRowset()
i. New class constants