]> granicus.if.org Git - php/commitdiff
add news
authorStanislav Malyshev <stas@php.net>
Mon, 9 Jun 2014 02:03:31 +0000 (19:03 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 9 Jun 2014 02:03:31 +0000 (19:03 -0700)
NEWS

diff --git a/NEWS b/NEWS
index f336b4ec567bda4013a18b2d0788d2e4fbd9d85e..f65f1699eddf0879c2c9e339b7779fe043102c09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,13 @@ PHP                                                                        NEWS
 ?? ??? 2014, PHP 5.6.0 Release Candidate 1
 
 - Core:
+  . Fixed bug #66622 (Closures do not correctly capture the late bound class
+    (static::) in some cases). (Levi Morrison)
   . Fixed bug #67390 (insecure temporary file use in the configure script).
     (Remi) (CVE-2014-3981)
   . Fixed bug #67392 (dtrace breaks argument unpack). (Nikita)
 
+
 - OpenSSL:
   . Fixed bug #65698 (certificates validity parsing does not work past 2050).
     (Paul Oehler)