- http_globals.gzip_encoding needs to be sort of a real int
[m6w6/ext-http] / 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 {