From: Rasmus Lerdorf Date: Sun, 22 Oct 2000 19:50:05 +0000 (+0000) Subject: Need a global server filter for the Apache 2.0 module X-Git-Tag: php-4.0.4RC3~556 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32b10882e5407d9d75495892c87f32a7573eded5;p=php Need a global server filter for the Apache 2.0 module --- 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;