- added missing http_request() function stub
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index d514b3841efa4adb28eaa978a37a4996de27d51b..807910a4226ee9564bc460eb77a4610063f80440 100644 (file)
--- a/http.c
+++ b/http.c
@@ -105,6 +105,7 @@ 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)
 #endif
        PHP_FE(http_request_method_register, NULL)
        PHP_FE(http_request_method_unregister, NULL)