- a stream wrapper that defeats the idea of streams is not really useful, so remove...
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 97587f809dfc42ea7c642e1467ea09648b09672e..eb8f5e92bb09c519a5e023469fc5028849780b8c 100644 (file)
--- a/http.c
+++ b/http.c
@@ -83,6 +83,7 @@ zend_function_entry http_functions[] = {
        PHP_FE(http_chunked_decode, NULL)
        PHP_FE(http_parse_message, NULL)
        PHP_FE(http_parse_headers, NULL)
+       PHP_FE(http_parse_cookie, NULL)
        PHP_FE(http_get_request_headers, NULL)
        PHP_FE(http_get_request_body, NULL)
        PHP_FE(http_match_request_header, NULL)
@@ -107,8 +108,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)