summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-09-08 14:43:57 +0000
committerZeev Suraski <zeev@php.net>2000-09-08 14:43:57 +0000
commit91c808ecc421ddaea9b0ae7f842daa727cfbf575 (patch)
treeb7fa79691812e958c99a413dac3d46319ab17d5a /main/SAPI.h
parentd10336ec0e00baed0e5157db45d9eb597065bb47 (diff)
downloadphp-git-91c808ecc421ddaea9b0ae7f842daa727cfbf575.tar.gz
Restore the headers_only test to the centralized SAPI startup. If necessary, it can
be overriden in the activate() callback.
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 52f41864f0..18fcbbff66 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -100,6 +100,7 @@ typedef struct {
struct stat global_stat;
char *default_mimetype;
char *default_charset;
+ HashTable *rfc_1867_uploaded_files;
} sapi_globals_struct;