- fix overload guards leaks
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 348940b6bad82e654832dd159ade4b6f48aef538..874528ed0221d96c0429655de979a23daea2d3e9 100644 (file)
--- 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)