X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http.h;h=c1bca868f3a57929dd8ce052468ff3b739eb05d8;hb=20e6f54b9dba78fec83ad8141034116edc4c84d3;hp=e59d0c241e72d42b3a3d63dbe4463ca49f527688;hpb=4ef2f9e39c8d7c9dc605fb062a50d8a73b52c02a;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index e59d0c2..c1bca86 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.0" +#define HTTP_PEXT_VERSION "0.16.1dev" /* 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; + int gzip_encoding; } send; struct _http_globals_request {