summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-10-23 00:52:11 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-10-23 00:52:11 +0000
commitbccdaff6d1a57be13f9f77867197c440fb23242c (patch)
tree40be590ca2008e0ca28d38b1d31fba577ad61a6a /main/SAPI.h
parent1bf216ca57be78d582a12fa0f05dba30fa879034 (diff)
downloadphp-git-bccdaff6d1a57be13f9f77867197c440fb23242c.tar.gz
Move server_filter to an extension-specific global
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h1
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;