- new signature for the negotiator, which doesn't mix return value types, but
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 2402ccba6b7fd761c9ac943106306833f38c5430..26bcf0f1e35580c0bff50a590f380ba644472801 100644 (file)
--- a/http.c
+++ b/http.c
@@ -77,8 +77,8 @@ zend_function_entry http_functions[] = {
        PHP_FE(http_date, NULL)
        PHP_FE(http_build_uri, NULL)
        PHP_FALIAS(http_absolute_uri, http_build_uri, NULL)
-       PHP_FE(http_negotiate_language, NULL)
-       PHP_FE(http_negotiate_charset, NULL)
+       PHP_FE(http_negotiate_language, http_arg_pass_ref_2)
+       PHP_FE(http_negotiate_charset, http_arg_pass_ref_2)
        PHP_FE(http_redirect, NULL)
        PHP_FE(http_throttle, NULL)
        PHP_FE(http_send_status, NULL)