summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-01-31 23:19:44 -0800
committerStanislav Malyshev <stas@php.net>2015-01-31 23:20:14 -0800
commit2560a21d41d168de6ebc2c5fa6654abd6566ae8a (patch)
tree0b210950ab2cf5bfa3915fc374eeb486ffd39a2e
parentb64cafdb9e9dccdc43845601f49774523379371f (diff)
parent380741daa40a8f8311cc41a015662b0ea1632d9e (diff)
downloadphp-git-2560a21d41d168de6ebc2c5fa6654abd6566ae8a.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: add NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b9e21525c..6b3e14c8e9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
- Core:
. Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname
buffer overflow). (Stas)
+ . Fixed bug #67068 (getClosure returns somethings that's not a closure).
+ (Danack at basereality dot com)
- Dba:
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)