diff options
author | Sascha Schumann <sas@php.net> | 2002-04-22 20:39:24 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-04-22 20:39:24 +0000 |
commit | 5a83ad6dc1648c33aa9b69c90e21c3a2475e085d (patch) | |
tree | a54eb308d3ec4bc968cce3d171f2d9abe92a2d82 /sapi/apache/php_apache_http.h | |
parent | a6117a874e86c8d586a1d585539a9d2d050c6c31 (diff) | |
download | php-git-5a83ad6dc1648c33aa9b69c90e21c3a2475e085d.tar.gz |
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).
Diffstat (limited to 'sapi/apache/php_apache_http.h')
0 files changed, 0 insertions, 0 deletions