X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=a11d4848323ac5a646341b526f458b1871133955;hp=8600f12fde25b60a0e1d94877d070277ece632a2;hb=e103c61ca14d22e9507379810e980075c8323ca3;hpb=b63e146a77c6512cae1574c0bb520b3a7bbec1e7 diff --git a/php_http.h b/php_http.h index 8600f12..a11d484 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.15.1dev" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL @@ -132,6 +132,15 @@ PHP_FUNCTION(http_request_method_name); PHP_FUNCTION(http_build_query); #endif /* ZEND_ENGINE_2 */ PHP_FUNCTION(ob_etaghandler); +#ifdef HTTP_HAVE_ZLIB +PHP_FUNCTION(http_gzencode); +PHP_FUNCTION(http_gzdecode); +PHP_FUNCTION(http_deflate); +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);