]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Sat, 23 May 2015 21:02:09 +0000 (23:02 +0200)
committerAnatol Belski <ab@php.net>
Sat, 23 May 2015 21:02:09 +0000 (23:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 852358af115761935dd74a428597e62acfb9e2c1..5bbcfc2ea95d499efce01d1c965a809ad20ccd62 100644 (file)
--- 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)