From: Nikita Popov Date: Sun, 9 Apr 2017 13:54:32 +0000 (+0200) Subject: Add NEWS entries X-Git-Tag: php-7.1.5RC1~63^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67283007ecec42e09c3c326a85a116f3fab85ab9;p=php Add NEWS entries [skip ci] --- diff --git a/NEWS b/NEWS index e68c7fb368..3b46ec853a 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,18 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2017 PHP 7.0.19 +- Core: + . 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). (krakjoe) +- Opcache: + . Fixed bug #74250 (OPcache compilation performance regression in PHP 5.6/7 + with huge classes). (Nikita) + - OpenSSL: . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds). (Moritz Fain)