]> granicus.if.org Git - php/commitdiff
NEWS and UPGRADING for recent fixes and additions to ext/exif
authorKalle Sommer Nielsen <kalle@php.net>
Fri, 5 Aug 2016 05:54:36 +0000 (07:54 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Fri, 5 Aug 2016 05:54:36 +0000 (07:54 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index a9163bca7fce5da92fa21c4af49278653b18d81d..baa991b9625d488d549d85b5c9728ae1ea53df6b 100644 (file)
--- 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)
 
index 5400a2eee688581837ac91aa31bd9c1708ff747d..a532904117cd6b2b08c6601dbd058f02ee992547 100644 (file)
--- 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.