Skip to content

Commit 34100be

Browse files
committed
Add some NEWS entries
1 parent 6ef8ae6 commit 34100be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
(Laruence)
3030
. Fixed bug #68252 (segfault in Zend/zend_hash.c in function
3131
_zend_hash_del_el). (Laruence)
32+
. Fixed bug #65598 (Closure executed via static autoload incorrectly marked as
33+
static). (Nikita)
34+
. Fixed bug #66811 (Cannot access static::class in lambda, writen outside of a
35+
class). (Nikita)
36+
. Fixed bug #69568 (call a private function in closure failed). (Nikita)
3237
. Added PHP_INT_MIN constant. (Andrea)
3338
. Added Closure::call() method. (Andrea)
3439
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)

0 commit comments

Comments
 (0)