From f7ac3089506c11e54856c78da56dda3b1f237ded Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 11 Apr 2014 10:10:36 +0200 Subject: [PATCH] Updated NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0b660430374..021f97a6945 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2014, PHP 5.6.0 Beta 2 +- Core: + . Fixed bug #66015 (Unexpected array indexing in class's static property). (Bob) + - mysqlnd: . Added a new fetching mode to mysqlnd. (Andrey)