Need a global server filter for the Apache 2.0 module

This commit is contained in:
Rasmus Lerdorf 2000-10-22 19:50:05 +00:00
parent 248d8527fd
commit 32b10882e5

View File

@ -102,6 +102,7 @@ typedef struct {
char *default_charset;
HashTable *rfc1867_uploaded_files;
long post_max_size;
void *server_filter;
} sapi_globals_struct;