cataphract Fri, 15 Oct 2010 23:54:24 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=304440
Log: - Updated NEWS to note fix of bug #53006 now that it's confirmed it's fixed. Bug: http://bugs.php.net/53006 (Closed) stream_get_contents offset max is 1165 Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2010-10-15 20:18:18 UTC (rev 304439) +++ php/php-src/branches/PHP_5_3/NEWS 2010-10-15 23:54:24 UTC (rev 304440) @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php