From: Michael Wallner Date: Mon, 16 Jan 2012 14:03:03 +0000 (+0000) Subject: fix arginfo X-Git-Tag: DEV_2-before-client~69 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=5e55fa6360a3744aba1f56ba2a4cdddc41401021;ds=sidebyside fix arginfo --- 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);