diff options
author | Nawarian <nickolas@phpsp.org.br> | 2020-07-12 21:53:52 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-11 16:26:34 +0200 |
commit | 2fa4ca95db262267aa6bd46c5e2f74aa42542fc3 (patch) | |
tree | dfb0f31eee8ef2184ee8449866ec28ec41160a73 /NEWS | |
parent | dc108feab8d88f62d7fcba3d2c9a058432463118 (diff) | |
download | php-git-2fa4ca95db262267aa6bd46c5e2f74aa42542fc3.tar.gz |
Fix bug #75785 by attempt switching endianness on Maker's Note
Different manufacturer models may come with a
different endianness (motorola/intel) format. In
order to avoid a big refactor and a gigantic lookup
table, this commit simply attempts to switch the
endianness and proceed when values are acceptable.
Closes GH-5849.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ PHP NEWS . Fixed bug #48585 (com_load_typelib holds reference, fails on second call). (cmb) +- Exif: + . Fixed bug #75785 (Many errors from exif_read_data). + (NÃckolas Daniel da Silva) + - Gettext: . Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()). (Florian Engelhardt) |