]> granicus.if.org Git - php/commitdiff
Add some NEWS entries
authorNikita Popov <nikic@php.net>
Thu, 7 May 2015 13:37:46 +0000 (15:37 +0200)
committerNikita Popov <nikic@php.net>
Thu, 7 May 2015 13:38:16 +0000 (15:38 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 81032f978f8649fb14b9747f91ff20fbc6e77e14..a297989ef65fe232addabc22fc5932f96c6d395a 100644 (file)
--- a/NEWS
+++ b/NEWS
     (Laruence)
   . Fixed bug #68252 (segfault in Zend/zend_hash.c in function
     _zend_hash_del_el). (Laruence)
+  . Fixed bug #65598 (Closure executed via static autoload incorrectly marked as
+    static). (Nikita)
+  . Fixed bug #66811 (Cannot access static::class in lambda, writen outside of a
+    class). (Nikita)
+  . Fixed bug #69568 (call a private function in closure failed). (Nikita)
   . Added PHP_INT_MIN constant. (Andrea)
   . Added Closure::call() method. (Andrea)
   . Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)