From: Marcus Boerger Date: Tue, 9 Jan 2007 18:35:32 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.2.1RC3~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da1992fdb37021a24bf3fc3373522ab0ff21c677;p=php - BFN --- diff --git a/NEWS b/NEWS index ac9ec8eff5..5f5959a2f2 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,7 @@ PHP NEWS __inet_pton() and inet_ntop() was named __inet_ntop(). (Hannes) - Fixed the validate email filter so that the letter "v" can also be used in the user part of the email address. (Derick) +- Fixed bug #40073 (exif_read_data dies on certain images). (Tony, Marcus) - Fixed bug #40012 (php_date.c doesnt compile on Netware). (gk at gknw dot de, Derick) - Fixed bug #40009 (http_build_query(array()) returns NULL). (Ilia)