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:
dcae392
)
fix arginfo
author
Michael Wallner
<mike@php.net>
Mon, 16 Jan 2012 14:03:03 +0000
(14:03 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 16 Jan 2012 14:03:03 +0000
(14:03 +0000)
php_http_params.c
patch
|
blob
|
history
diff --git
a/php_http_params.c
b/php_http_params.c
index 5f11ee436321b3795e09e34246617f6932244c5d..54ef493d0ab2c1d0fc0fe92d1b5d3668a1b9b38f 100644
(file)
--- a/
php_http_params.c
+++ b/
php_http_params.c
@@
-176,7
+176,9
@@
PHP_HTTP_API HashTable *php_http_params_parse(HashTable *params, const php_http_
PHP_HTTP_BEGIN_ARGS(__construct, 0)
PHP_HTTP_ARG_VAL(params, 0)
- PHP_HTTP_ARG_VAL(flags, 0)
+ PHP_HTTP_ARG_VAL(param_sep, 0)
+ PHP_HTTP_ARG_VAL(arg_sep, 0)
+ PHP_HTTP_ARG_VAL(val_sep, 0)
PHP_HTTP_END_ARGS;
PHP_HTTP_EMPTY_ARGS(toArray);