]> granicus.if.org Git - php/commitdiff
Add NEWS entries
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 9 Apr 2017 13:54:32 +0000 (15:54 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 9 Apr 2017 13:56:49 +0000 (15:56 +0200)
[skip ci]

NEWS

diff --git a/NEWS b/NEWS
index e68c7fb3684540322c97514907da55464ea8610b..3b46ec853a351b9641a8cc4431aad316d565f5a6 100644 (file)
--- 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)