We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\Zend\Diactoros\parseCookieHeader does not properly parse array cookies in header:
\Zend\Diactoros\parseCookieHeader
testCookie[foo]=fooValue; testCookie[bar]=barValue
this should be ok by php doc here in Example # 3 but the parser does not match it
also in closed issue #272
Originally posted by @mposchl at zendframework/zend-diactoros#360
The text was updated successfully, but these errors were encountered:
Needs tests
Sorry, something went wrong.
No branches or pull requests
\Zend\Diactoros\parseCookieHeader
does not properly parse array cookies in header:testCookie[foo]=fooValue; testCookie[bar]=barValue
this should be ok by php doc here in Example # 3 but the parser does not match it
also in closed issue #272
Originally posted by @mposchl at zendframework/zend-diactoros#360
The text was updated successfully, but these errors were encountered: