summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorGeorge Schlossnagle <gschlossnagle@php.net>2002-11-18 00:59:23 +0000
committerGeorge Schlossnagle <gschlossnagle@php.net>2002-11-18 00:59:23 +0000
commit99c7ddc3a8f9ecf1a3968f6e59dc9d95106bb0c7 (patch)
tree9f8c0a9c6624eebc713f72d18e09ec311a22aef2 /main/SAPI.h
parenta3e9ae20d9b4d2d96becc2f4a94d3a876fe2b3a2 (diff)
downloadphp-git-99c7ddc3a8f9ecf1a3968f6e59dc9d95106bb0c7.tar.gz
added support functions for the apache_hooks SAPI
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 7e0464ffea..6b6365052f 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -83,6 +83,7 @@ typedef struct {
zend_bool headers_only;
zend_bool no_headers;
+ zend_bool headers_read;
sapi_post_entry *post_entry;
@@ -117,6 +118,7 @@ typedef struct _sapi_globals_struct {
HashTable *rfc1867_uploaded_files;
long post_max_size;
int options;
+ zend_bool sapi_started;
} sapi_globals_struct;