summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4deb2e12fb..ecec337379 100644
--- 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)