NEWS and UPGRADING for recent fixes and additions to ext/exif

This commit is contained in:
Kalle Sommer Nielsen 2016-08-05 07:54:36 +02:00
parent aaa136e25d
commit d9e4d5116b
2 changed files with 8 additions and 0 deletions

4
NEWS
View File

@ -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)

View File

@ -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.