diff options
author | Stanislav Malyshev <stas@php.net> | 2014-06-08 19:04:21 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-06-08 19:04:21 -0700 |
commit | 7ddbfae022dcdfb36d40824e449639a4b389d75a (patch) | |
tree | acd0cafd88d09e5cc087b628b0c28cd52a291ecb | |
parent | 8f78c3b9eb07faf66c4601e9765663fb4c553f04 (diff) | |
download | php-git-7ddbfae022dcdfb36d40824e449639a4b389d75a.tar.gz |
fix order
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ PHP NEWS - Core: . Fixed BC break introduced by patch for bug #67072. (Anatol) - . Fixed bug #67390 (insecure temporary file use in the configure script). - (Remi) (CVE-2014-3981) . 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) - Date: . Fixed bug #67308 (Serialize of DateTime truncates fractions of second). |