summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-08 18:59:55 -0700
committerStanislav Malyshev <stas@php.net>2014-06-08 19:00:42 -0700
commit8f78c3b9eb07faf66c4601e9765663fb4c553f04 (patch)
tree1b9b06c7bb0180b93ecfb2ef05c563812a296989
parentf47976dd9ba5318eb1e358c816288ecd70975d95 (diff)
parente030efa4f64b377acc5311a92b00a8576643bb11 (diff)
downloadphp-git-8f78c3b9eb07faf66c4601e9765663fb4c553f04.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix bug 666222
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50e6bdbc76..b900684877 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP NEWS
. 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)
- Date:
. Fixed bug #67308 (Serialize of DateTime truncates fractions of second).