zend-diactoros
zend-diactoros copied to clipboard
Array cookies not parser properly
\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
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.