1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

Update NEWS

This commit is contained in:
Christoph M. Becker
2019-11-18 12:36:01 +01:00
parent a2c41c0ea6
commit f6eac76b65

4
NEWS
View File

@@ -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)