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

Fix bug parsing 0 epoch expiry times #2039

Merged
merged 1 commit into from Jun 20, 2018

Commits on Apr 3, 2018

  1. Fix bug parsing 0 epoch expiry times

    As per guzzle#1952 expiry times
    specified as "Thu, 01 Jan 1970 00:00:00 GMT" should be treated as
    expired, but they weren't because 0 was implicitly casting to a bool in
    SetCookie::isExpired().
    neerolyte committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    1ae1d86 View commit details
    Browse the repository at this point in the history