diff --git a/NEWS b/NEWS index 61b7f4b7817..d527e3784ea 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)