1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/main/streams
Max Kellermann e2bd3b1e99 main/streams/plain_wrapper: skip lseek(SEEK_CUR) for newly opened files
A file that has just been opened is known to be at offset zero, and
the lseek(SEEK_CUR) system call to determine the current offset can be
skipped.

Closes #8540.
2022-06-29 18:11:01 +01:00
..
2021-11-24 16:13:34 +03:00
2021-08-10 16:42:03 +02:00
2022-04-11 12:45:48 +02:00
2021-05-06 12:16:35 +02:00
2022-06-14 12:50:16 +03:00