From: David Coallier Date: Mon, 10 Nov 2008 18:54:30 +0000 (+0000) Subject: - Added resolution of bug #44153, #44154 X-Git-Tag: BEFORE_NS_RULES_CHANGE~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=feeaa6568e4bb03182d3285331f54f3fba59758b;p=php - Added resolution of bug #44153, #44154 --- diff --git a/NEWS b/NEWS index bd8ca6bc7f..9e55f5e7cf 100644 --- 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.)