Is it possible to deploy a PHP and HHVM patch to fix T97253: Exif values retrieved incorrectly if they appear before IFD? Patches exist (and are needed) for both of them. The patch changes three lines of code (plus tests, release notes, etc.).
The patches are:
- PHP: https://github.com/php/php-src/commit/1ab5a1b432a4b4c62171864bd1b545616e1b07db (ext/exif/exif.c)
- HHVM: https://github.com/facebook/hhvm/commit/255373a80a9b9c8b1b452f902e394cd9773729cd (hphp/runtime/ext/gd/ext_gd.cpp)
I have verified that they apply cleanly to PHP 5.5.9 and HHVM 3.12.1, which appear to be what we're running.