1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/ext/standard/tests
Gustavo Lopes 76601c4fd1 Fix bug #63240 on stream_get_line()
stream_get_line() could contain the delimiter string if that string
had more than one character. The bug manifested itself when a read on
the stream ended with part of the delimiter string and the read after
would start with the rest of the delimiter string; provided that
the data of first read did not complete the max length result of the
call to stream_get_line() with the partial delimiter used in that max
length return. In that case, the delimiter will still appear in
the result, divided in two subsequent return values. That is not a bug.

See <http://www.mail-archive.com/internals@lists.php.net/msg61325.html>
2012-10-12 20:23:43 +02:00
..
2011-09-06 09:23:10 +00:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-04-04 15:20:28 +08:00
2012-10-10 10:27:49 +08:00
2009-04-25 11:33:26 +00:00
2011-09-06 07:47:20 +00:00
2009-08-26 17:17:58 +00:00