From 5e55fa6360a3744aba1f56ba2a4cdddc41401021 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 16 Jan 2012 14:03:03 +0000 Subject: [PATCH] fix arginfo --- php_http_params.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php_http_params.c b/php_http_params.c index 5f11ee4..54ef493 100644 --- 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); -- 2.30.2