php-src/ext/exif
Kalle Sommer Nielsen 406dff2a02 Fixed bug #72735 (Samsung picture thumb not read (zero size))
This fix is only committed to master for now. I'm no exif expert on this matter, so someone else might want to take a look over this and merge as wanted in case this will break something.

In exif_process_IFD_in_JPEG() we loop over the tag entries and try to process the IFD tag, this is fine and all, however in case one fail to process correctly, the entire routine is aborted, which means that other possible data, such as the thumbnail data as reported in #72735 may not be read, despite it is there, perfectly valid.

Also, big props to whoever added EXIF_DEBUG, this rocks!
2016-08-03 05:39:39 +02:00
..
tests Fixed bug #72735 (Samsung picture thumb not read (zero size)) 2016-08-03 05:39:39 +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 Fixed bug #72735 (Samsung picture thumb not read (zero size)) 2016-08-03 05:39:39 +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