mirror of https://github.com/php/php-src
Browse Source
fix the erratic behavior without breaking backwards compatibility. Namely, $offset retains SEEK_SET behavior but actually SEEK_CUR is passed to _php_stream_seek, if possible, by moving the offset stream->position bytes. - Addresses bug #53006.pull/12/head
1 changed files with 14 additions and 4 deletions
Loading…
Reference in new issue