zendframework / zend-http

Http component from Zend Framework
BSD 3-Clause "New" or "Revised" License
134 stars 85 forks source link

Fixes #95: SetCookie::setMaxAge() null, negative, and non-numeric redefinition #120

Closed samsonasik closed 7 years ago

samsonasik commented 7 years ago

I hope I don't missreading https://tools.ietf.org/html/rfc6265#section-5.2.2 document

if $maxAge = null or "string", ignore
if $maxAge = negative, set maxAge = 0
otherwise, set maxAge = $maxAge
samsonasik commented 7 years ago

Is there anything I can do to get it merged? Thank you.

shellus commented 7 years ago

You can merge, thank you

samsonasik commented 7 years ago

@shellus I've no merge access