]> granicus.if.org Git - php/commitdiff
- Removed the "unreleased-fix-feature" entry as per Marcus's request
authorDavid Coallier <davidc@php.net>
Sat, 22 Nov 2008 22:54:17 +0000 (22:54 +0000)
committerDavid Coallier <davidc@php.net>
Sat, 22 Nov 2008 22:54:17 +0000 (22:54 +0000)
- Made sure to include my PDO fix in the proper 5.3 release

NEWS

diff --git a/NEWS b/NEWS
index 3793ec37541892982e0e334ffa7e47640f7c4277..9fe0ae85ee4cc8a3e7cb0589c0a2bbd6c7bdbbee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -86,8 +86,10 @@ PHP                                                                        NEWS
 - 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 @@ PHP                                                                        NEWS
 - 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.)