summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-23 23:02:09 +0200
committerAnatol Belski <ab@php.net>2015-05-23 23:02:09 +0200
commit4e002b4412545692a0a8c0121645cdec8ad992bd (patch)
tree049c652e549581a876368717280ce513ac516a18
parentf3cec08e65ef956785bffd918ce867bfb7dd436a (diff)
downloadphp-git-4e002b4412545692a0a8c0121645cdec8ad992bd.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 852358af11..5bbcfc2ea9 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ PHP NEWS
. Fixed bug #69599 (Strange generator+exception+variadic crash). (Nikita)
. Fixed bug #69628 (complex GLOB_BRACE fails on Windows).
(Christoph M. Becker)
+ . Fixed POST data processing slowdown due to small input buffer size
+ on Windows. (Jorge Oliveira, Anatol)
- Iconv:
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)