]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorBob Weinand <bobwei9@hotmail.com>
Fri, 11 Apr 2014 16:30:14 +0000 (18:30 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Fri, 11 Apr 2014 16:30:14 +0000 (18:30 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 06f3dec35955ff2829538d3bb1e43bf85a25abca..b3ed9d9025682093eed66e5c62022b2091796741 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP                                                                        NEWS
 
 - Core:
   . Fixed bug #66015 (Unexpected array indexing in class's static property). (Bob)
+  . Added (constant) string/array dereferencing to static scalar expressions
+    to complete the set; now possible thanks to bug #66015 being fixed. (Bob)
 
 - mysqlnd:
   . Added a new fetching mode to mysqlnd. (Andrey)