Closed jbelien closed 9 months ago
Some of the cached responses had a linebreak that made the unserialization fail in PHP 8.3.
[!NOTE] Since PHP 8.3, Now emits E_WARNING when the passed string is not unserializeable; previously E_NOTICE was emitted. See https://www.php.net/manual/en/function.unserialize.php
Some of the cached responses had a linebreak that made the unserialization fail in PHP 8.3.