- use a more iterative approach in inflate code (instead of a retry-style)
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 807910a4226ee9564bc460eb77a4610063f80440..c951383007f5c83029c60a84a151d3de533f9bea 100644 (file)
--- a/http.c
+++ b/http.c
@@ -106,6 +106,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)