X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=76629d32265fe5733d33a73037c6d1923d98992a;hp=a2ffaf9fa40f64554719467a61711dc0d797d902;hb=refs%2Fheads%2Fv1.7.x;hpb=6e57bd8181dc682eb8694a458c354eaa1c1d5520 diff --git a/http.c b/http.c index a2ffaf9..76629d3 100644 --- a/http.c +++ b/http.c @@ -66,6 +66,7 @@ zend_function_entry http_functions[] = { PHP_FE(http_negotiate_language, http_arg_pass_ref_2) PHP_FE(http_negotiate_charset, http_arg_pass_ref_2) PHP_FE(http_negotiate_content_type, http_arg_pass_ref_2) + PHP_FE(http_negotiate, http_arg_pass_ref_3) PHP_FE(http_redirect, NULL) PHP_FE(http_throttle, NULL) PHP_FE(http_send_status, NULL)