1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/main
Gustavo André dos Santos Lopes a1888f585c - Fixed forward stream seeking emulation in streams that don't support seeking
in situations where the read operation gives back less data than requested
  and when there was data in the buffer before the emulation started. Also made
  more consistent its behavior -- should return failure every time less data
  than was requested was skipped.
- Small performance improvement by correcting off-by-one error that generate an
  invalid call to the seek handler or read handler. in _php_stream_seek.
2010-10-13 03:13:29 +00:00
..
2010-04-15 11:50:43 +00:00
2010-04-26 23:53:30 +00:00
2010-08-26 12:20:35 +00:00
2010-03-23 16:04:53 +00:00
2010-08-17 12:49:19 +00:00
2010-09-01 09:49:53 +00:00