projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
7ba82df
)
- fix php4 build
author
Michael Wallner
<mike@php.net>
Fri, 4 Nov 2005 11:42:41 +0000
(11:42 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 4 Nov 2005 11:42:41 +0000
(11:42 +0000)
http_functions.c
patch
|
blob
|
history
diff --git
a/http_functions.c
b/http_functions.c
index 7d82438ef6e059f52465c1343dac139d46545ca0..469dd946d6227d886625c455220796982d3fa24a 100644
(file)
--- 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;
}