X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=9394129ffdbeecac1e4dabce55e4396edcddbdab;hp=223a4f63dbab25bd6f59450f95ac465c3ff3186c;hb=dfe2dbf042d42f83255b6ff46c2210bcd57ca586;hpb=3f47fc4cd2911b718b155de4e37752db9fa4f8c8 diff --git a/php_http.h b/php_http.h index 223a4f6..9394129 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.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; + int gzip_encoding; } send; struct _http_globals_request { @@ -140,6 +141,7 @@ PHP_FUNCTION(http_inflate); PHP_FUNCTION(http_compress); PHP_FUNCTION(http_uncompress); #endif +PHP_FUNCTION(http_support); PHP_MINIT_FUNCTION(http); PHP_MSHUTDOWN_FUNCTION(http);