com php-src: Add NEWS entries: NEWS
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 67283007ecec42e09c3c326a85a116f3fab85ab9 Author: Nikita Popov <[email protected]> Sun, 9 Apr 2017 15:54:32 +0200 Parents: 744c4a5592ab3e8a733d68fbfe8913081fb6c1bc Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=67283007ecec42e09c3c326a85a116f3fab85ab9 Log: Add NEWS entries [skip ci] Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index e68c7fb..3b46ec8 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)