mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Need a global server filter for the Apache 2.0 module
This commit is contained in:
parent
248d8527fd
commit
32b10882e5
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ typedef struct {
|
||||||
char *default_charset;
|
char *default_charset;
|
||||||
HashTable *rfc1867_uploaded_files;
|
HashTable *rfc1867_uploaded_files;
|
||||||
long post_max_size;
|
long post_max_size;
|
||||||
|
void *server_filter;
|
||||||
} sapi_globals_struct;
|
} sapi_globals_struct;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue