X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=eb8f5e92bb09c519a5e023469fc5028849780b8c;hp=6fc1af9281c1142bf11f6bc2f486d7ef0121a009;hb=ef227f4f7f697c954eef0adb9f9f897148a771ca;hpb=eabc03de1d511ce49640322859c6175f27a413e5 diff --git a/http.c b/http.c index 6fc1af9..eb8f5e9 100644 --- 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)