- http_support() claimed there's no SSL support ifndef ZTS
[m6w6/ext-http] / php_http.h
index a11d4848323ac5a646341b526f458b1871133955..c1bca868f3a57929dd8ce052468ff3b739eb05d8 100644 (file)
@@ -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.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 {