diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2000-10-22 19:50:05 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2000-10-22 19:50:05 +0000 |
| commit | 32b10882e5407d9d75495892c87f32a7573eded5 (patch) | |
| tree | 3aeed07d66df5d846cc8e8e2b20d34487689e409 /main/SAPI.h | |
| parent | 248d8527fd011e8d801628155a125fdff0fd821a (diff) | |
| download | php-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.h | 1 |
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; |
