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

✅ Remove linebreaks in cached responses #1220

Merged
merged 1 commit into from
Mar 2, 2024
Merged

✅ Remove linebreaks in cached responses #1220

merged 1 commit into from
Mar 2, 2024

Conversation

jbelien
Copy link
Member

@jbelien jbelien commented Mar 2, 2024

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

@jbelien jbelien self-assigned this Mar 2, 2024
@jbelien jbelien merged commit 2d4d1f3 into master Mar 2, 2024
155 checks passed
@jbelien jbelien deleted the fix/tests branch March 2, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant