We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CHANGES for curl 8.12.0 contains:
cookie:_cap_expire_times_to_400_days
Test ext/curl/tests/curl_basic_022.phpt now fails with:
---- EXPECTED OUTPUT array(2) { [0]=> string(38) ".php.net TRUE / FALSE 2145916799 C1 v1" [1]=> string(38) ".php.net TRUE / FALSE 2145916799 C2 v2" } ---- ACTUAL OUTPUT array(2) { [0]=> string(38) ".php.net TRUE / FALSE 1774373040 C1 v1" [1]=> string(38) ".php.net TRUE / FALSE 1774373040 C2 v2" } ---- FAILED
This is due to the new cookie lifetime cap. Happens for 8.4.4 and 8.3.17.
8.4.4
RHEL 8
The text was updated successfully, but these errors were encountered:
Was already fixed in #17709
Sorry, something went wrong.
No branches or pull requests
Description
CHANGES for curl 8.12.0 contains:
cookie:_cap_expire_times_to_400_days
Test ext/curl/tests/curl_basic_022.phpt now fails with:
This is due to the new cookie lifetime cap. Happens for 8.4.4 and 8.3.17.
PHP Version
8.4.4
Operating System
RHEL 8
The text was updated successfully, but these errors were encountered: