From: Scott MacVicar Date: Sat, 9 May 2009 20:42:56 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.10RC1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c3579fdd7c4f5dc195e16d1c9d7c7be11b73d0c;p=php BFN --- diff --git a/NEWS b/NEWS index 8936616fc1..ea82080d89 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ PHP NEWS - Fixed segfault on invalid session.save_path. (Hannes) - Fixed leaks in imap when a mail_criteria is used. (Pierre) +- Fixed bug #48206 (Iterating over an invalid data structure + with RecursiveIteratorIterator leads to a segfault). (Scott) - Fixed bug #48156 (Added support for lcov v1.7). (Ilia) - Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto). (Ilia)