summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-10 20:13:08 +0000
committerZeev Suraski <zeev@php.net>2000-02-10 20:13:08 +0000
commit49e98c3ddd49d36aa364299254849e70309559f8 (patch)
treebc14a058245456715533616653a2649580c0860c /main/SAPI.h
parent6723bdd9202964ff163fe22883e382cda6f547ba (diff)
downloadphp-git-49e98c3ddd49d36aa364299254849e70309559f8.tar.gz
request_info.c is dead! long live SAPI
@- Finished the server abstraction layer; All of the PHP code is now shared @ across different servers (Apache, CGI, IIS, etc.), except for thin @ interface modules (Zeev)
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 8b773e7e03..bb42da48e1 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -79,6 +79,10 @@ typedef struct {
/* this is necessary for the CGI SAPI module */
char *argv0;
+
+ /* this is necessary for Safe Mode */
+ char *current_user;
+ int current_user_length;
} sapi_request_info;