- remove http_compress() and http_uncompress() (deflate/inflate ambiguity)
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 97587f809dfc42ea7c642e1467ea09648b09672e..6fc1af9281c1142bf11f6bc2f486d7ef0121a009 100644 (file)
--- a/http.c
+++ b/http.c
@@ -107,8 +107,6 @@ zend_function_entry http_functions[] = {
        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
        PHP_FE(http_support, NULL)