summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-08 19:03:31 -0700
committerStanislav Malyshev <stas@php.net>2014-06-08 19:03:31 -0700
commit1607ff8b9ea45b941d496f7aa03043f0b097c778 (patch)
treeca44a631fe0711b6eafbe94427299651cf175eda
parent8f527fbf14e3931679d37b613787736d6859931f (diff)
downloadphp-git-1607ff8b9ea45b941d496f7aa03043f0b097c778.tar.gz
add news
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f336b4ec56..f65f1699ed 100644
--- 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)