PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2019, PHP 7.2.26
+?? ??? ????, PHP 7.3.13
-- Intl:
- . Fixed bug #78804 (Segmentation fault in Locale::filterMatches). (Stas)
+- Core:
+ . Fixed bug #78787 (Segfault with trait overriding inherited private shadow
+ property). (Nikita)
- OPcache:
+ . Fixed potential ASLR related invalid opline handler issues. (cmb)
+ . Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
+ (Tyson Andre)
- Standard:
. Fixed bug #78759 (array_search in $GLOBALS). (Nikita)