Closed mbabker closed 1 year ago
Functional CI blocked by #348
Rebased and G2G
@maxhelias any update missing for merge this to master? Compat with 8.2 is very important for next upgrades. Thanks
@shakaran I am not the owner or a collaborator. Thanks
@mbabker just pinging you in case that you can check this for quick merge. Thanks
I don't have merge rights here.
I don't have merge rights here.
who has? By contributions maybe @markitosgv (composer author) or @paulchubatyy ?
Superseded by #361
As noted in https://github.com/php/php-src/issues/9950 there is a behavioral change in PHP 8.2 if you make a call like
$dateTime->modify('+-300 seconds')
as a result of another bug fix in the date/time handling libraries. As the bundle does not enforce TTLs to be a positive number (and the functional tests abuse this a bit), this is a practical fix to ensure anything passing a negative TTL value doesn't catastrophically break.