PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.4.14
+?? ??? ????, PHP 8.0.0
+ - Core:
+ . Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()).
+ (cmb)
-26 Nov 2020, PHP 7.4.13
+12 Nov 2020, PHP 8.0.0RC4
- Core:
- . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
- (cmb)
- . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
- (cmb)
-
-- COM:
- . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb)
-
-- DOM:
- . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
+ . Fixed bug #80334 (assert() vs named parameters - confusing error). (Nikita)
- FFI:
. Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback).
Cannot bind method SplDoublyLinkedList::count() to object of class ClsUnrelated
bindTo(null, null):
-Cannot unbind $this of internal method
+Cannot unbind $this of method
bindTo(null, SplDoublyLinkedList::class):
-Cannot unbind $this of internal method
+Cannot unbind $this of method
bindTo(new SplDoublyLinkedList, null):
- Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure()
+ Cannot rebind scope of closure created from method
bindTo(new SplDoublyLinkedList, ClsUnrelated::class):
- Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure()
+ Cannot rebind scope of closure created from method
(function() {})()
-----------------