From 451ed82bb79fd9bb89baadebd783497cd8823072 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 13 Oct 2005 14:43:56 +0000 Subject: [PATCH] - http_globals.gzip_encoding needs to be sort of a real int --- php_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2