diff options
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 2 |
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; |