mirror of
https://github.com/php/php-src.git
synced 2026-04-18 21:41:22 +02:00
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.