summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-04-09 15:35:44 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-04-09 15:35:44 +0200
commit515e1e0ceabb56c55775719e304bcb9c9731ca60 (patch)
tree87ae2ef68a9074fb4b37d2b2bd9bb992ec786d8f /NEWS
parent84ef6fa80dbfc1ff8942209b13d9fb5439409729 (diff)
parent744c4a5592ab3e8a733d68fbfe8913081fb6c1bc (diff)
downloadphp-git-515e1e0ceabb56c55775719e304bcb9c9731ca60.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8a4112abb..575bca59d0 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP NEWS
(Laruence)
. Fixed bug #74340 (Magic function __get has different behavior in php 7.1.x).
(Nikita)
+ . Fixed bug #74188 (Null coalescing operator fails for undeclared static
+ class properties). (tpunt)
- GD:
. Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).