- remove http_compress() and http_uncompress() (deflate/inflate ambiguity)
[m6w6/ext-http] / php_http.h
index dce7b5982899ea34bf6b934b6690478a8bd341af..22d97e13846c1e7a8797ea5cac1ff7adf1aa10f4 100644 (file)
@@ -151,8 +151,6 @@ 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);