]> granicus.if.org Git - php/commitdiff
Need a global server filter for the Apache 2.0 module
authorRasmus Lerdorf <rasmus@php.net>
Sun, 22 Oct 2000 19:50:05 +0000 (19:50 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 22 Oct 2000 19:50:05 +0000 (19:50 +0000)
main/SAPI.h

index 918912b717070d2a598d5cbe2fb9b5bd5e607759..c8e8562ed9a9bf7ecabe09ca35fef5d0b3f35a45 100644 (file)
@@ -102,6 +102,7 @@ typedef struct {
        char *default_charset;
        HashTable *rfc1867_uploaded_files;
        long post_max_size;
+       void *server_filter;
 } sapi_globals_struct;