From: Davey Shafik Date: Wed, 3 Aug 2016 19:31:15 +0000 (-0700) Subject: Move fix for #72735 to 7.1.0beta3 X-Git-Tag: php-7.1.0beta3~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b304ab5c70f06fe2d91f76a53bb5e5842473575f;p=php Move fix for #72735 to 7.1.0beta3 --- diff --git a/NEWS b/NEWS index b1045449a3..4c4d4e3da0 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016, PHP 7.1.0beta3 - +- EXIF: + . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi) 04 Aug 2016, PHP 7.1.0beta2 @@ -24,9 +25,6 @@ PHP NEWS (Pierrick) . Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). (Pierrick) -- EXIF: - . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi) - - Intl: . Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property). (Laruence)