1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 23:23:03 +02:00
Files
archived-php-src/ext
Gustavo André dos Santos Lopes 1ee489f00e - [DOC] Changed stream_get_contents() so that the offset is relative to the
current position (seek with SEEK_CUR, not SEEK_SET). Only positive values are
  allowed. This breaking change is necessary to fix the erratic behavior in
  streams without a seek handlder. Addresses bug #53006.
#Note that the example on the doc page for stream_get_contents() may fail
#without this change.
#This change is also in the spirit of stream_get_contents(), whose description
#is "Reads all remaining bytes (or up to maxlen bytes) from a stream...".
#Previous behavior allowed setting the file pointer to positions before the
#current one, so they wouldn't be "remaining bytes". The previous behavior was
#also inconsistent in that it allowed an moving to offset 1, 2, ..., but not 0.
2010-10-14 02:03:18 +00:00
..
2010-09-27 13:57:42 +00:00
2010-09-23 03:54:54 +00:00
2010-10-06 09:02:08 +00:00
2010-09-23 03:33:36 +00:00
2010-09-08 01:46:23 +00:00
2010-10-08 09:15:31 +00:00
2010-10-13 09:23:39 +00:00
2010-09-17 17:11:21 +00:00
2010-09-29 00:55:43 +00:00
2010-07-29 23:46:49 +00:00
2010-09-24 08:53:00 +00:00
2010-09-15 07:38:52 +00:00
2010-08-27 19:43:08 +00:00
2010-06-20 14:12:06 +00:00
2010-09-16 19:15:26 +00:00
2010-09-20 12:48:27 +00:00