summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNawarian <nickolas@phpsp.org.br>2020-07-12 21:53:52 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-11 16:26:34 +0200
commit2fa4ca95db262267aa6bd46c5e2f74aa42542fc3 (patch)
treedfb0f31eee8ef2184ee8449866ec28ec41160a73 /NEWS
parentdc108feab8d88f62d7fcba3d2c9a058432463118 (diff)
downloadphp-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b85632037..d79a06a2bb 100644
--- a/NEWS
+++ b/NEWS
@@ -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)