From: Kalle Sommer Nielsen Date: Fri, 5 Aug 2016 05:54:36 +0000 (+0200) Subject: NEWS and UPGRADING for recent fixes and additions to ext/exif X-Git-Tag: php-7.2.0alpha1~1558^2~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9e4d5116b94d3d9ff9af4529813e9497b428c34;p=php NEWS and UPGRADING for recent fixes and additions to ext/exif --- diff --git a/NEWS b/NEWS index a9163bca7f..baa991b962 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,12 @@ PHP NEWS ?? ??? 2016, PHP 7.2.0alpha1 - EXIF: + . Added support for vendor specific tags for the following formats: Sony, + Samsung, DJI & Panasonic. (Kalle) . Fixed bug #72682 (exif_read_data() fails to read all data for some images). (Kalle) + . Fixed bug #66443 (Corrupt EXIF header: maximum directory nesting level + reached for some cameras). (Kalle) . Fixed Redhat bug #1362571 (PHP not returning full results for exif_read_data function). (Kalle) diff --git a/UPGRADING b/UPGRADING index 5400a2eee6..a532904117 100644 --- a/UPGRADING +++ b/UPGRADING @@ -199,6 +199,10 @@ PHP 7.1 UPGRADE NOTES . Attempting to read an invalid or write to a readonly property will throw an instance of Error instead of resulting in a fatal error. +- EXIF: + . Added extended exif tag support for the following formats: Sony, + Samsung, DJI & Panasonic. + - GD: . Changed the default of the ini setting gd.jpeg_ignore_warning to 1.