X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http.c;h=060d55b96524c9535713bc3ce4f515ae903b7c0a;hb=d2d92ed054055987568b9c1b205b558ab8937ed4;hp=26bcf0f1e35580c0bff50a590f380ba644472801;hpb=693aff1dce7d26388ff36794fe4b90a26b7f2ccd;p=m6w6%2Fext-http diff --git a/http.c b/http.c index 26bcf0f..060d55b 100644 --- a/http.c +++ b/http.c @@ -114,6 +114,14 @@ zend_function_entry http_functions[] = { PHP_FE(http_build_query, NULL) #endif PHP_FE(ob_etaghandler, NULL) +#ifdef HTTP_HAVE_ZLIB + PHP_FE(http_gzencode, NULL) + PHP_FE(http_gzdecode, NULL) + PHP_FE(http_deflate, NULL) + PHP_FE(http_inflate, NULL) + PHP_FE(http_compress, NULL) + PHP_FE(http_uncompress, NULL) +#endif EMPTY_FUNCTION_ENTRY };