We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef8ae6 commit 34100beCopy full SHA for 34100be
NEWS
@@ -29,6 +29,11 @@
29
(Laruence)
30
. Fixed bug #68252 (segfault in Zend/zend_hash.c in function
31
_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)
37
. Added PHP_INT_MIN constant. (Andrea)
38
. Added Closure::call() method. (Andrea)
39
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
0 commit comments