X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=224a3aa704ef889170f7d48ddc598e5d64320386;hp=a11d4848323ac5a646341b526f458b1871133955;hb=a8eb47f443e1ead6b1b2d79000f0b89374a92629;hpb=4c47eabee60a0266f3f27bf91528830b32da842e diff --git a/php_http.h b/php_http.h index a11d484..224a3aa 100644 --- a/php_http.h +++ b/php_http.h @@ -18,7 +18,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define HTTP_PEXT_VERSION "0.15.1dev" +#define HTTP_PEXT_VERSION "0.16.0dev" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL @@ -59,6 +59,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) char *content_type; char *unquoted_etag; time_t last_modified; + zend_bool gzip_encoding; } send; struct _http_globals_request {