From 3ab0b74de9a005fe027c563cc366192f59d6251b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Fri, 15 Oct 2010 23:54:24 +0000 Subject: [PATCH] - Updated NEWS to note fix of bug #53006 now that it's confirmed it's fixed. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 336013b8f65..92e132359a0 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,8 @@ - Fixed htmlentities/htmlspecialchars accepting certain ill-formed UTF-8 sequences. (Gustavo) +- Fixed bug #53006 (stream_get_contents has an unpredictable behavior when the + underlying stream does not support seeking). (Gustavo) - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1). Fixed and extended the fix of ENT_NOQUOTES in html_entity_decode that had introduced the bug (rev #185591) to other