- add http_match_request_header()
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index ce1a3988c8133c294e4eaa6090173b3139d0b699..a09fa61251c00ef05931b74d512aaf1072636d6c 100644 (file)
--- a/http.c
+++ b/http.c
@@ -114,6 +114,7 @@ function_entry http_functions[] = {
        PHP_FE(http_split_response, NULL)
        PHP_FE(http_parse_headers, NULL)
        PHP_FE(http_get_request_headers, NULL)
+       PHP_FE(http_match_request_header, NULL)
 #ifdef HTTP_HAVE_CURL
        PHP_FE(http_get, http_request_info_ref_3)
        PHP_FE(http_head, http_request_info_ref_3)