X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_cookie_api.c;h=1ad997a63f377718f6108acdeb21760c166c9b87;hp=7d10ba5c524f05835d06d8824e329a68645d50b3;hb=dbc4ec02cd319000b5c8589910047cfe6d5738be;hpb=b20ced89bee0617c45447f51ed0baa7046851a65 diff --git a/http_cookie_api.c b/http_cookie_api.c index 7d10ba5..1ad997a 100644 --- a/http_cookie_api.c +++ b/http_cookie_api.c @@ -153,7 +153,7 @@ PHP_HTTP_API http_cookie_list *_http_parse_cookie_ex(http_cookie_list *list, con arg.flags = flags; arg.allowed_extras = allowed_extras; - if (SUCCESS != http_parse_params_ex(string, 0, http_parse_cookie_callback, &arg)) { + if (SUCCESS != http_parse_params_ex(string, HTTP_PARAMS_RAISE_ERROR, http_parse_cookie_callback, &arg)) { if (free_list) { http_cookie_list_free(&list); } else {