From: David Coallier Date: Sat, 22 Nov 2008 22:54:17 +0000 (+0000) Subject: - Removed the "unreleased-fix-feature" entry as per Marcus's request X-Git-Tag: php-5.3.0alpha2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6b6746f2e9991cd51609cc6cbc5532cdd04afee;p=php - Removed the "unreleased-fix-feature" entry as per Marcus's request - Made sure to include my PDO fix in the proper 5.3 release --- diff --git a/NEWS b/NEWS index 3793ec3754..9fe0ae85ee 100644 --- 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.)