davidc          Sat Nov 22 22:54:18 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  - Removed the "unreleased-fix-feature" entry as per Marcus's request
  - Made sure to include my PDO fix in the proper 5.3 release
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.387&r2=1.2027.2.547.2.965.2.388&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.387 
php-src/NEWS:1.2027.2.547.2.965.2.388
--- php-src/NEWS:1.2027.2.547.2.965.2.387       Sat Nov 22 14:34:00 2008
+++ php-src/NEWS        Sat Nov 22 22:54:17 2008
@@ -86,8 +86,10 @@
 - Fixed bug #44575 (parse_ini_file comment # line problems). (Arnaud)
 - Fixed bug #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS). (Johannes,
   chx1975 at gmail dot com)
-- Fixed bug #46615 (Make SplHeap->key() returns the key count -1 instead
-  of the key count). (David C.)
+- Fixed bug #44153 (pdo->errorCode() returns NULL when there are no errors). 
+  (David C.)
+- Fixed bug #44154 (pdo->errorInfo() always have three elements in the
+  returned array). (David C.)
 
 
 02 Sep 2008, PHP 5.3.0 Alpha 2
@@ -3594,7 +3596,3 @@
 - Fixed bug #28694 (ReflectionExtension::getFunctions() crashes PHP). (Marcus)
 - Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)
 - Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
-- Fixed bug #44153 (pdo->errorCode() returns NULL when there are no errors). 
-  (David C.)
-- Fixed bug #44154 (pdo->errorInfo() always have three elements in the
-  returned array). (David C.)



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

Reply via email to