Move server_filter to an extension-specific global

This commit is contained in:
Rasmus Lerdorf 2000-10-23 00:52:11 +00:00
parent 1bf216ca57
commit bccdaff6d1
2 changed files with 12 additions and 3 deletions

View file

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