mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
the fd. Also rip out the broken O_EXCL use. Our file names are not unique and this left a small window open where creating a session file would fail (a, b notice that the file does not exist; a creates the file successfully; b tries to create, but fails due to O_EXCL).