summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
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 064c275b9b..d85a81ed24 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -131,6 +131,10 @@ typedef struct _sapi_globals_struct {
zend_bool sapi_started;
time_t global_request_time;
HashTable known_post_content_types;
+
+ /* raw POST and FILES variables from RFC1867 handler */
+ HashTable *rfc1867_vars;
+ HashTable *rfc1867_files_vars;
} sapi_globals_struct;