- http_globals.gzip_encoding needs to be sort of a real int
authorMichael Wallner <mike@php.net>
Thu, 13 Oct 2005 14:43:56 +0000 (14:43 +0000)
committerMichael Wallner <mike@php.net>
Thu, 13 Oct 2005 14:43:56 +0000 (14:43 +0000)
php_http.h

index 224a3aa704ef889170f7d48ddc598e5d64320386..9394129ffdbeecac1e4dabce55e4396edcddbdab 100644 (file)
@@ -59,7 +59,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
                char *content_type;
                char *unquoted_etag;
                time_t last_modified;
-               zend_bool gzip_encoding;
+               int gzip_encoding;
        } send;
 
        struct _http_globals_request {