summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-05-07 15:37:46 +0200
committerNikita Popov <nikic@php.net>2015-05-07 15:38:16 +0200
commit34100be688574b45f42b880b533b54d8bc7dcf69 (patch)
tree8593a698c9d10734db456e92a4f2cf451a6b279b /NEWS
parent6ef8ae65a2f8f973d419c193aa4a1e6150f3646a (diff)
downloadphp-git-34100be688574b45f42b880b533b54d8bc7dcf69.tar.gz
Add some NEWS entries
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 81032f978f..a297989ef6 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,11 @@
(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)