From: Michael Wallner Date: Thu, 13 Oct 2005 14:43:56 +0000 (+0000) Subject: - http_globals.gzip_encoding needs to be sort of a real int X-Git-Tag: RELEASE_0_16_0~16 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=451ed82bb79fd9bb89baadebd783497cd8823072 - http_globals.gzip_encoding needs to be sort of a real int --- 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 {