summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-10-22 19:50:05 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-10-22 19:50:05 +0000
commit32b10882e5407d9d75495892c87f32a7573eded5 (patch)
tree3aeed07d66df5d846cc8e8e2b20d34487689e409 /main/SAPI.h
parent248d8527fd011e8d801628155a125fdff0fd821a (diff)
downloadphp-git-32b10882e5407d9d75495892c87f32a7573eded5.tar.gz
Need a global server filter for the Apache 2.0 module
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 918912b717..c8e8562ed9 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -102,6 +102,7 @@ typedef struct {
char *default_charset;
HashTable *rfc1867_uploaded_files;
long post_max_size;
+ void *server_filter;
} sapi_globals_struct;