felipe                                   Thu, 16 Sep 2010 21:49:48 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=303435

Log:
- Added missing entries related to pdo_dblib

Changed paths:
    U   php/php-src/trunk/NEWS
    U   php/php-src/trunk/UPGRADING

Modified: php/php-src/trunk/NEWS
===================================================================
--- php/php-src/trunk/NEWS      2010-09-16 21:16:55 UTC (rev 303434)
+++ php/php-src/trunk/NEWS      2010-09-16 21:49:48 UTC (rev 303435)
@@ -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

Modified: php/php-src/trunk/UPGRADING
===================================================================
--- php/php-src/trunk/UPGRADING 2010-09-16 21:16:55 UTC (rev 303434)
+++ php/php-src/trunk/UPGRADING 2010-09-16 21:49:48 UTC (rev 303435)
@@ -250,6 +250,9 @@
          - ReflectionClass::getTraits()
          - ReflectionClass::getTraitNames()
          - ReflectionClass::getTraitAliases()
+
+       - PDO_dblib
+         - PDO::newRowset()

      i. New class constants


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to