* PHP-7.3:
Fixed bug #79477
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.18
+
+?? ??? ????, PHP 7.4.6
- Core:
- . Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference
- on !CS constant). (Nikita)
+ . Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
+ . Fixed bug #79477 (casting object into array creates references). (Nikita)
- DOM:
. Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).