zendframework / zend-diactoros

PSR-7 HTTP Message implementation
BSD 3-Clause "New" or "Revised" License
1.56k stars 152 forks source link

Array cookies not parser properly #360

Open mposchl opened 5 years ago

mposchl commented 5 years ago

\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

weierophinney commented 4 years ago

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.