php-src/ext/exif
Kalle Sommer Nielsen aabcb5481d Changed the way MAKERNOTE is handled in case we do not have a matching signature (Remi).
Before this patch, exif_process_IFD_in_MAKERNOTE() would return false, then causing the rest of the EXIF parsing to be interrupted. This is a regression from earlier which was most likely a part of a security fix for MAKERNOTE.

The new behavior is to instead of stopping to parse, to continue so we can still fetch data like thumbnail and GPS, thrus allowing yet unsupported formats to parse. If EXIF's debugging mode is enabled, a notice will display in case we do not match against a valid MAKERNOTE signature.

This should temporarily fix bug #72682 (exif_read_data() fails to read all data for some images) until I get around to debug it further.
2016-08-03 17:05:31 +02:00
..
tests Fixed Redhat bug #1362571 (PHP not returning full results for exif_read_data function) 2016-08-03 11:59:30 +02:00
config.m4 opcache, intl, gmp, exif, com, bcmath to use static tsrmls 2014-10-17 15:51:21 +02:00
config.w32 Minor touches to the exif build script on Windows; ADD_EXTENSION_DEP() will already ERROR() out, so the WARNING() statement would never be returned anyway. 2016-08-03 04:24:17 +02:00
CREDITS
example.php
exif.c Changed the way MAKERNOTE is handled in case we do not have a matching signature (Remi). 2016-08-03 17:05:31 +02:00
package.xml Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
php_exif.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
test.php
test.txt