summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-06-16 16:40:39 -0700
committerStanislav Malyshev <stas@php.net>2013-06-16 16:40:39 -0700
commit2a93fd134751585630c9fef5280299254099a2da (patch)
tree8f1e72bde4f7e28431846a9a5f4d3874e60e82c3
parent7bb052ee3e93790f4d9654958ab11d90f6e4734d (diff)
downloadphp-git-2a93fd134751585630c9fef5280299254099a2da.tar.gz
news for #64166
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2bdcb586c1..bf96674d01 100644
--- 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).