]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Nov 2019 11:36:01 +0000 (12:36 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Nov 2019 11:46:43 +0000 (12:46 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 4deb2e12fba6d49744b7a93708e241fd835651c2..ecec337379a6decde0d0389baf08eb9d89f0748c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)