]> granicus.if.org Git - php/commit
add sapi_get_target_uid/_gid for obtaining information about the
authorSascha Schumann <sas@php.net>
Tue, 21 Jan 2003 11:03:58 +0000 (11:03 +0000)
committerSascha Schumann <sas@php.net>
Tue, 21 Jan 2003 11:03:58 +0000 (11:03 +0000)
commit294e776d950f7393faad5a96988c5122edf23e66
tree491aeb9c2026d989229e120736dd499a74ff04aa
parent961c9856ef2871325d5eb06760acb454e1b39c9e
add sapi_get_target_uid/_gid for obtaining information about the
non-privileged user the web server is running as.  this is useful
for creating shared memory segments which need to be accessed by
the child processes/threads.
main/SAPI.c
main/SAPI.h
sapi/apache/mod_php4.c