summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-11-18 12:48:31 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-11-18 12:48:55 +0100
commitbcb8ab304efab49489fdcb74094f7a7527194daa (patch)
tree2f7d26aeee1f80e873f9aa4386364a1da9ad85dc
parentbe6fb1387399d4066123aa4cdb84056793aa1a11 (diff)
parent3b46fbfc367c20e47d9c2c8e71d70ea7d27e0d2b (diff)
downloadphp-git-bcb8ab304efab49489fdcb74094f7a7527194daa.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 890243507c..0c45441aba 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP NEWS
. Fixed bug #76601 (Partially working php-fpm ater incomplete reload).
(Maksim Nikulin)
+- OPcache:
+ . Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
+ (Tyson Andre)
+
?? ??? ????, PHP 7.4.0RC6
- Core: