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

as of PHP8.1, \Serializable requires __serialize() & __unseriaize() #6

Merged
merged 1 commit into from
Dec 4, 2021

Conversation

dgoosens
Copy link

@dgoosens dgoosens commented Dec 3, 2021

see https://www.php.net/manual/en/class.serializable.php

As of PHP 8.1.0, a class which implements Serializable without also implementing __serialize() and __unserialize() will generate a deprecation warning.

@dgafka
Copy link
Member

dgafka commented Dec 4, 2021

Thank you for contribution :)

For full PHP 8.1 support we need to wait for ProxyManager

@dgafka dgafka merged commit c29ae71 into ecotoneframework:master Dec 4, 2021
@dgoosens
Copy link
Author

dgoosens commented Dec 4, 2021

For full PHP 8.1 support we need to wait for ProxyManager

yeah... I notificed that... would have dealt with it otherwise...
I know Marco is working on it

Thank you for contribution :)

Will do so ever time I can....

dgafka added a commit that referenced this pull request Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants