X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_params.c;h=54ef493d0ab2c1d0fc0fe92d1b5d3668a1b9b38f;hp=5f11ee436321b3795e09e34246617f6932244c5d;hb=4407379af8d886b627c88572e9da69c38cdbda58;hpb=aacbe6aa75ca07853bf88d5b3647f67f107d1af7 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);