X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=9394129ffdbeecac1e4dabce55e4396edcddbdab;hb=c18bf30da36029eabb2367c0751cb763d67eb6b0;hp=224a3aa704ef889170f7d48ddc598e5d64320386;hpb=a8eb47f443e1ead6b1b2d79000f0b89374a92629;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 224a3aa..9394129 100644 --- a/php_http.h +++ b/php_http.h @@ -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 {