Skip to content

Guarding against null values before unserializing #277

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brentscheffler
Copy link

Question Answer
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets
License MIT
Doc PR

Description

Guarding against null values before calling unserialize. This addresses E_DEPRECATED notices in PHP 8.2 when unserializing as the function signature now only accepts string values.

TODO

  • Add tests
  • Add documentation
  • Updated Changelog.md

…EPRECATED notices in PHP 8.2 when unserializing as it the function signature now only accepts string values.
@t-raven
Copy link

t-raven commented Jan 25, 2024

🙏

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.

2 participants