diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-10-23 00:52:11 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-10-23 00:52:11 +0000 |
commit | bccdaff6d1a57be13f9f77867197c440fb23242c (patch) | |
tree | 40be590ca2008e0ca28d38b1d31fba577ad61a6a /main/SAPI.h | |
parent | 1bf216ca57be78d582a12fa0f05dba30fa879034 (diff) | |
download | php-git-bccdaff6d1a57be13f9f77867197c440fb23242c.tar.gz |
Move server_filter to an extension-specific global
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index c8e8562ed9..918912b717 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -102,7 +102,6 @@ typedef struct { char *default_charset; HashTable *rfc1867_uploaded_files; long post_max_size; - void *server_filter; } sapi_globals_struct; |