1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update NEWS
This commit is contained in:
Christoph M. Becker
2019-11-18 12:47:29 +01:00

2
NEWS
View File

@@ -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)