1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/ext/session
Sascha Schumann 5a83ad6dc1 Set the close-on-exec flag for fds. Child processes should not inherit
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).
2002-04-22 20:39:24 +00:00
..
2002-04-19 07:55:24 +00:00
2002-03-07 14:20:02 +00:00
2000-11-20 10:33:33 +00:00
2002-02-28 08:29:35 +00:00
1999-08-22 14:14:46 +00:00
2002-03-06 12:25:01 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00