summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-07-23 18:46:00 +0200
committerChristoph M. Becker <cmb@php.net>2015-07-23 18:46:00 +0200
commit19761a4801d526c51b95885887d9208f2748f415 (patch)
tree622a81fe52a9fa834e800ddadbd232fe373414fd
parentde3f60d5362629de810d640400aba0d4e37de1f0 (diff)
downloadphp-git-19761a4801d526c51b95885887d9208f2748f415.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f5781375e..b865c640a0 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP NEWS
. Fixed bug #70111 (Segfault when a function uses both an explicit return
type and an explicit cast). (Laruence)
+- Standard:
+ . Fixed bug #70052 (getimagesize() fails for very large and very small WBMP).
+ (cmb)
+
23 Jul 2015, PHP 7.0.0 Beta 2
- Core: