summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44280cce64..8a1a34930a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ 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)
+
- Date:
. Fixed bug #67308 (Serialize of DateTime truncates fractions of second).