Closed as not planned
Description
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:
---- 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.
PHP Version
8.4.4
Operating System
RHEL 8