]> granicus.if.org Git - php/commitdiff
news for #64166
authorStanislav Malyshev <stas@php.net>
Sun, 16 Jun 2013 23:40:39 +0000 (16:40 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 16 Jun 2013 23:40:39 +0000 (16:40 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 2bdcb586c1dfb3c5270d6a240a46709308732eba..bf96674d01f2e7fe9a4d0ea61caf145e18e529fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP                                                                        NEWS
   . Fixed bug #64936 (doc comments picked up from previous scanner run). (Stas,
     Jonathan Oddy)
   . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol)
+  . Fixed bug #64166 (quoted-printable-encode stream filter incorrectly 
+    discarding whitespace). (Michael M Slusarz)
 
 - DateTime:
   . Fixed bug #53437 (Crash when using unserialized DatePeriod instance).