]> granicus.if.org Git - php/commitdiff
- Added resolution of bug #44153, #44154
authorDavid Coallier <davidc@php.net>
Mon, 10 Nov 2008 18:54:30 +0000 (18:54 +0000)
committerDavid Coallier <davidc@php.net>
Mon, 10 Nov 2008 18:54:30 +0000 (18:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bd8ca6bc7fcae83c622e35d7ff0635a237bedb57..9e55f5e7cf5975fa67eca018d4080b62e1558d92 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3575,3 +3575,7 @@ 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.)