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)
+ . Fixed bug #79514 (Memory leaks while including unexistent file). (cmb,
+ Nikita)
+ . Fixed bug #79470 (PHP incompatible with 3rd party file system on demand).
+ (cmb)
+ . Fixed bug #78784 (Unable to interact with files inside a VFS for Git
+ repository). (cmb)
- DOM:
. Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).