mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Move server_filter to an extension-specific global
This commit is contained in:
parent
1bf216ca57
commit
bccdaff6d1
2 changed files with 12 additions and 3 deletions
|
@ -102,7 +102,6 @@ typedef struct {
|
|||
char *default_charset;
|
||||
HashTable *rfc1867_uploaded_files;
|
||||
long post_max_size;
|
||||
void *server_filter;
|
||||
} sapi_globals_struct;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue