From: Raphael Geissert Date: Sat, 6 Mar 2010 20:02:25 +0000 (+0000) Subject: Add NEWS entries for filter overflow fix X-Git-Tag: php-5.2.14RC1~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=865520d87216939edb5cfd0f9ac80c60af52f7c3;p=php Add NEWS entries for filter overflow fix --- diff --git a/NEWS b/NEWS index b513f864a0..4870d23416 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS an invalid option is provided). (Ilia) - Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8). (Chris Jones) - Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris Jones) +- Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4). + (Raphael Geissert) - Fixed bug #49267 (Linking fails for iconv). (Moriyosh) - Fixed bug #43314 (iconv_mime_encode(), broken Q scheme). (Rasmus) - Fixed bug #23229 (syslog function truncates messages). (Adam)