X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;h=c951383007f5c83029c60a84a151d3de533f9bea;hb=650dad8564d53bd3fb6c9867fa81e0abf17f6f7b;hp=d514b3841efa4adb28eaa978a37a4996de27d51b;hpb=a5a48e24bce12e3b1a21763df927550f4cbc29e9;p=m6w6%2Fext-http diff --git a/http.c b/http.c index d514b38..c951383 100644 --- a/http.c +++ b/http.c @@ -105,6 +105,8 @@ zend_function_entry http_functions[] = { PHP_FE(http_put_data, http_arg_pass_ref_4) 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)