X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;h=729d025891237e71dd85c8ae9909a1ef9cfdc165;hb=b20ced89bee0617c45447f51ed0baa7046851a65;hp=807910a4226ee9564bc460eb77a4610063f80440;hpb=33601b5f7d0b26b1e7f95ca44f349426594fbece;p=m6w6%2Fext-http diff --git a/http.c b/http.c index 807910a..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) @@ -106,6 +107,7 @@ zend_function_entry http_functions[] = { PHP_FE(http_put_file, http_arg_pass_ref_4) PHP_FE(http_put_stream, http_arg_pass_ref_4) PHP_FE(http_request, http_arg_pass_ref_5) + PHP_FE(http_request_body_encode, NULL) #endif PHP_FE(http_request_method_register, NULL) PHP_FE(http_request_method_unregister, NULL)