summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@php.net>2010-03-06 20:02:25 +0000
committerRaphael Geissert <geissert@php.net>2010-03-06 20:02:25 +0000
commit1f24be304f5ab2d15eccb1e090dd3a8c10594f78 (patch)
treed7deb090d1bcdef0c02904588297fd792e505d02
parentdb01920ad775cf8f25a1d98bd67173b2b820db9e (diff)
downloadphp-git-1f24be304f5ab2d15eccb1e090dd3a8c10594f78.tar.gz
Add NEWS entries for filter overflow fix
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)