diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-10-15 23:54:24 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-10-15 23:54:24 +0000 |
commit | 3ab0b74de9a005fe027c563cc366192f59d6251b (patch) | |
tree | e4f5b7a6c913723162c966ffe1d50d847f04df83 | |
parent | a3cef7b435832e3384a458058cb23b0fc19276e9 (diff) | |
download | php-git-3ab0b74de9a005fe027c563cc366192f59d6251b.tar.gz |
- Updated NEWS to note fix of bug #53006 now that it's confirmed it's fixed.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |