mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00

This patch changes processing a little and causes some crafted tags to not be parsed and generate a warning. This is a slight BC break from earlier versions, since it will no longer return the tags of that it was mismatching (see bug68799.phpt), namely the "WINXP" section and the "Author" tag is no longer returned due to this. Although this BC break is merely only for crafted tags, this can also have some real life effects on pictures re-saved from editors that can cause bad exif data writes, so lets keep it here.
20 lines
895 B
Text
20 lines
895 B
Text
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 #68547 (Exif Header component value check error).
|
|
(sjh21a at gmail dot com, 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)
|
|
|
|
- GMP:
|
|
. Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara)
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|