summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-11-18 12:47:29 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-11-18 12:47:53 +0100
commit3b46fbfc367c20e47d9c2c8e71d70ea7d27e0d2b (patch)
tree708394a309b46cfb2c70c8c026c7b5deb79a8a34
parente72e3370c64cdb5094fa881fb513e2b6300796b1 (diff)
parentf6eac76b65e95b8b0f2c50f21cdf742215fe9b23 (diff)
downloadphp-git-3b46fbfc367c20e47d9c2c8e71d70ea7d27e0d2b.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Update NEWS
-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)