summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-21 09:47:59 +0200
committerAnatol Belski <ab@php.net>2015-05-21 09:47:59 +0200
commite85653051ae63bb56de8077b56747f48fe4e50e3 (patch)
tree840fe43553352c8955c2898fd65abff41a4373da
parentfc94fb3e5b91abcbf539643e3b960e02ab1bf180 (diff)
downloadphp-git-e85653051ae63bb56de8077b56747f48fe4e50e3.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ead92731ae..35adea015e 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP NEWS
. Fixed bug #69566 (Conditional jump or move depends on uninitialised value
in extension trait). (jbboehr at gmail dot com)
. Fixed bug #69599 (Strange generator+exception+variadic crash). (Nikita)
+ . Fixed bug #69628 (complex GLOB_BRACE fails on Windows).
+ (Christoph M. Becker)
- Iconv:
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)