mirror of https://github.com/php/php-src
Browse Source
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.pull/12/head
2 changed files with 12 additions and 9 deletions
Loading…
Reference in new issue