Skip to content
New issue

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

Array cookies not parser properly #7

Open
weierophinney opened this issue Dec 31, 2019 · 1 comment
Open

Array cookies not parser properly #7

weierophinney opened this issue Dec 31, 2019 · 1 comment
Labels
Bug Something isn't working Unit Test Needed

Comments

@weierophinney
Copy link
Member

\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

@Xerkus
Copy link
Member

Xerkus commented May 2, 2023

Needs tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Unit Test Needed
Projects
None yet
Development

No branches or pull requests

3 participants