Skip to content
Discussion options

You must be logged in to vote

Hi @kotakSempit,

The Serializable interface was deprecated(https://php.watch/versions/8.1/serializable-deprecated) so that's why we don't use it anymore. Normally unserialize() should work fine without the interface and the unserialize() method since it will use the __unserialize() method.

Just ran the tests on PHP 7.4 without any problems and we're using unserialize over there.

Could you try cleaning your cache and try again.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mohammadsyuhada
Comment options

Answer selected by mohammadsyuhada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants