From 4e002b4412545692a0a8c0121645cdec8ad992bd Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 23 May 2015 23:02:09 +0200 Subject: [PATCH] updated NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 852358af115..5bbcfc2ea95 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)