From: Felipe Pena Date: Sun, 13 Dec 2009 20:51:15 +0000 (+0000) Subject: - Improved the bug#49174 entry summary X-Git-Tag: php-5.3.2RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35ad3308499bdaa2afc028129d962b3a3c456d1f;p=php - Improved the bug#49174 entry summary --- diff --git a/NEWS b/NEWS index 4064878e5c..d335454a7a 100644 --- a/NEWS +++ b/NEWS @@ -117,7 +117,8 @@ PHP NEWS - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd) - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems). (Scott) -- Fixed bug #49174 (crash on queryString set). (Felipe) +- Fixed bug #49174 (crash when extending PDOStatement and trying to set + queryString property). (Felipe) - Fixed bug #47848 (importNode doesn't preserve attribute namespaces). (Rob) - Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement). (Pierrick)