summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-11-18 12:36:01 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-11-18 12:46:43 +0100
commitf6eac76b65e95b8b0f2c50f21cdf742215fe9b23 (patch)
tree0fd357e402a15605520d65e83a1ef9840890a3fd
parenta2c41c0ea6e6b6afbfaaeae25e66fd17e746a98a (diff)
downloadphp-git-f6eac76b65e95b8b0f2c50f21cdf742215fe9b23.tar.gz
Update NEWS
-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)