diff options
author | Stanislav Malyshev <stas@php.net> | 2014-06-08 19:03:31 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-06-08 19:03:31 -0700 |
commit | 1607ff8b9ea45b941d496f7aa03043f0b097c778 (patch) | |
tree | ca44a631fe0711b6eafbe94427299651cf175eda | |
parent | 8f527fbf14e3931679d37b613787736d6859931f (diff) | |
download | php-git-1607ff8b9ea45b941d496f7aa03043f0b097c778.tar.gz |
add news
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |