summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-03 17:38:11 +0200
committerAnatol Belski <ab@php.net>2016-08-03 17:38:11 +0200
commitf15c1553635ccb33c5f24d8ffe7a1cd05de5fe91 (patch)
tree790aa2da29b517dba186a5dbc7929b4194901ccd /NEWS
parentd5796fb298abb2a3e389818ad924589fa35e58b9 (diff)
downloadphp-git-f15c1553635ccb33c5f24d8ffe7a1cd05de5fe91.tar.gz
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 959d915eee..6df7098f13 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ PHP NEWS
- DOM:
. Fixed bug #66502 (DOM document dangling reference). (Sean Heelan, cmb)
+- EXIF:
+ . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi)
+
- Filter:
. Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8
range). (bugs dot php dot net at majkl578 dot cz)
@@ -123,7 +126,6 @@ PHP NEWS
- EXIF:
. Fixed bug #50845 (exif_read_data() returns corrupted exif headers).
(Bartosz DziewoƄski)
-- EXIF:
. Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).
(Stas)
. Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment).