X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=469dd946d6227d886625c455220796982d3fa24a;hp=7d82438ef6e059f52465c1343dac139d46545ca0;hb=d23b45cea3f50c901c12a05f53eb3cfee594d0e4;hpb=0fba8595e6e2de88cad39460340d620a089c55ed diff --git a/http_functions.c b/http_functions.c index 7d82438..469dd94 100644 --- a/http_functions.c +++ b/http_functions.c @@ -1391,7 +1391,7 @@ PHP_FUNCTION(http_build_query) } formstr = phpstr_new(); - if (SUCCESS != http_urlencode_hash_recursive(HASH_OF(formdata), formstr, arg_sep, prefix, prefix_len)) { + if (SUCCESS != http_urlencode_hash_recursive(HASH_OF(formdata), formstr, arg_sep, arg_sep_len, prefix, prefix_len)) { phpstr_free(&formstr); RETURN_FALSE; }