summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-08 19:03:50 -0700
committerStanislav Malyshev <stas@php.net>2014-06-08 19:03:50 -0700
commite43270cb2a32d090fef260f429d05b155b16c450 (patch)
treeda96042884fc90747eaa047419486cd8512037c3
parente030efa4f64b377acc5311a92b00a8576643bb11 (diff)
downloadphp-git-e43270cb2a32d090fef260f429d05b155b16c450.tar.gz
fix order
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 65e2fadb87..f98155f321 100644
--- a/NEWS
+++ b/NEWS
@@ -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).