From: Felipe Pena Date: Thu, 16 Sep 2010 21:49:48 +0000 (+0000) Subject: - Added missing entries related to pdo_dblib X-Git-Tag: php-5.4.0alpha1~191^2~932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab3fc00983fd566968b2c38573863edb9bd22c59;p=php - Added missing entries related to pdo_dblib --- diff --git a/NEWS b/NEWS index 19094f5c4f..08a40e0882 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/UPGRADING b/UPGRADING index 8b3befbe84..1b9430d9e2 100755 --- a/UPGRADING +++ b/UPGRADING @@ -250,6 +250,9 @@ UPGRADE NOTES - PHP X.Y - ReflectionClass::getTraits() - ReflectionClass::getTraitNames() - ReflectionClass::getTraitAliases() + + - PDO_dblib + - PDO::newRowset() i. New class constants