]> granicus.if.org Git - php/commitdiff
- Added missing entries related to pdo_dblib
authorFelipe Pena <felipe@php.net>
Thu, 16 Sep 2010 21:49:48 +0000 (21:49 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 16 Sep 2010 21:49:48 +0000 (21:49 +0000)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 19094f5c4fcc932ea89da2293f9da36b165ca4a3..08a40e0882f535eec61753c45e5b42a94e4ff96c 100644 (file)
--- 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.
 - 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
index 8b3befbe849142050f35eca8583459353f750077..1b9430d9e29f48b5b603bb01f8e38607baf67be4 100755 (executable)
--- 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