summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-19 16:25:59 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-19 16:25:59 +0200
commit6c99cb2929c59d4440d3f3ca4dbd54e4ca287723 (patch)
tree6d46801789a871b58cf4567533c93f469e8eab1b
parent484b92919bd3b06f3eae845bc1a592da58bef64e (diff)
downloadphp-git-6c99cb2929c59d4440d3f3ca4dbd54e4ca287723.tar.gz
updated NEWS
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 89aa2c0ec8..d652feca55 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,8 @@ PHP NEWS
- SPL:
. Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via
ob_start). (hugh at allthethings dot co dot nz)
-
+ . Fixed bug #70303 (Incorrect constructor reflection for ArrayObject). (cmb)
+
- Standard:
. Fixed bug #70052 (getimagesize() fails for very large and very small WBMP).
(cmb)