summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 61b7f4b781..d527e3784e 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP NEWS
- OPcache:
. Fixed potential ASLR related invalid opline handler issues. (cmb)
+ . Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
+ (Tyson Andre)
- Standard:
. Fixed bug #78759 (array_search in $GLOBALS). (Nikita)