diff options
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ PHP NEWS - Intl: . Fixed bug #78804 (Segmentation fault in Locale::filterMatches). (Stas) +- OPcache: + . Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice). + (Tyson Andre) + - Standard: . Fixed bug #78759 (array_search in $GLOBALS). (Nikita) |