X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;h=874528ed0221d96c0429655de979a23daea2d3e9;hb=a3e4bb629d39d3168d1304009e198a848aa14a08;hp=348940b6bad82e654832dd159ade4b6f48aef538;hpb=84a00407857506ab8cfb9335cbe5f495a68e0880;p=m6w6%2Fext-http diff --git a/http.c b/http.c index 348940b..874528e 100644 --- a/http.c +++ b/http.c @@ -107,9 +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) -#ifdef HAVE_CURL_GETFORMDATA PHP_FE(http_request_body_encode, NULL) -#endif #endif PHP_FE(http_request_method_register, NULL) PHP_FE(http_request_method_unregister, NULL)