X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http.c;h=729d025891237e71dd85c8ae9909a1ef9cfdc165;hb=562b92bca8c6c98f2358b429d8113861e49877a2;hp=c951383007f5c83029c60a84a151d3de533f9bea;hpb=b6a7eefc4e43742bba57a1a338c3153a0bf5e3ed;p=m6w6%2Fext-http diff --git a/http.c b/http.c index c951383..729d025 100644 --- a/http.c +++ b/http.c @@ -93,6 +93,7 @@ zend_function_entry http_functions[] = { PHP_FE(http_parse_message, NULL) PHP_FE(http_parse_headers, NULL) PHP_FE(http_parse_cookie, NULL) + PHP_FE(http_parse_params, NULL) PHP_FE(http_get_request_headers, NULL) PHP_FE(http_get_request_body, NULL) PHP_FE(http_get_request_body_stream, NULL)