projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a8eb47f
)
- http_globals.gzip_encoding needs to be sort of a real int
author
Michael Wallner
<mike@php.net>
Thu, 13 Oct 2005 14:43:56 +0000
(14:43 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 13 Oct 2005 14:43:56 +0000
(14:43 +0000)
php_http.h
patch
|
blob
|
history
diff --git
a/php_http.h
b/php_http.h
index 224a3aa704ef889170f7d48ddc598e5d64320386..9394129ffdbeecac1e4dabce55e4396edcddbdab 100644
(file)
--- 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 {