summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-07-07 01:46:02 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-07-07 01:46:02 +0200
commit2b7cd813e7a30a729cd70a644ce99d30b4141846 (patch)
treed53f462fe18d5b59e536d42c4e24bd6c9754cc5a
parentc1280db28afd537c59611b87abf114586ebbe5d0 (diff)
downloadphp-git-2b7cd813e7a30a729cd70a644ce99d30b4141846.tar.gz
merge NEWS blocks
-rw-r--r--NEWS4
1 files changed, 1 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5029be5c34..75037ddec1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,14 +9,12 @@ PHP NEWS
(mike dot laspina at gmail dot com, Remi)
. Fix bug #72496 (Cannot declare public method with signature incompatible
with parent private method). (Pedro Magalhães)
+ . Fix bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
- bz2:
. Fix bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at
stealien dot com).
-- Core:
- . Fix bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
-
- EXIF:
. Fixed bug #50845 (exif_read_data() returns corrupted exif headers).
(Bartosz Dziewoński)