diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-09 15:35:44 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-09 15:35:44 +0200 |
commit | 515e1e0ceabb56c55775719e304bcb9c9731ca60 (patch) | |
tree | 87ae2ef68a9074fb4b37d2b2bd9bb992ec786d8f /NEWS | |
parent | 84ef6fa80dbfc1ff8942209b13d9fb5439409729 (diff) | |
parent | 744c4a5592ab3e8a733d68fbfe8913081fb6c1bc (diff) | |
download | php-git-515e1e0ceabb56c55775719e304bcb9c9731ca60.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |