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.4.0alpha1~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f24be304f5ab2d15eccb1e090dd3a8c10594f78;p=php Add NEWS entries for filter overflow fix --- diff --git a/NEWS b/NEWS index 1fb6e50748..a61e55218e 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ PHP NEWS parsing date strings). (Derick) - 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 #50999 (unaligned memory access in dba_fetch()). (Felipe) - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register). (Felipe)