zend-diactoros icon indicating copy to clipboard operation
zend-diactoros copied to clipboard

Array cookies not parser properly

Open mposchl opened this issue 5 years ago • 1 comments

\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

mposchl avatar Apr 09 '19 13:04 mposchl

This repository has been closed and moved to laminas/laminas-diactoros; a new issue has been opened at https://github.com/laminas/laminas-diactoros/issues/7.

weierophinney avatar Dec 31 '19 22:12 weierophinney