Skip to content

Guarding against null values before unserializing#277

Open
brentscheffler wants to merge 1 commit into
php-cache:masterfrom
brentscheffler:master
Open

Guarding against null values before unserializing#277
brentscheffler wants to merge 1 commit into
php-cache:masterfrom
brentscheffler:master

Conversation

@brentscheffler

Copy link
Copy Markdown
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

t-raven commented Jan 25, 2024

Copy link
Copy Markdown

🙏

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