-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
SERIALIZER_IGBINARY and objects containing multiple DateTime object instances #8
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
Labels
Comments
Hello Romain, Could you please check that it works with the Nicolas |
Hello Nicolas, I confirm you that the problem does not occur anymore in the pecl branch |
Closed
Closed
Closed
Closed
Closed
Closed
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm facing a weird issue : when I set an object containing more than one DateTime object property with the igbinary serializer option, the first datetime object is restored correctly, others are restored as incomplete PHP class
Here's a piece of code to reproduce the bug :
This bad behavior does not exists when I use the default PHP serializer.
This bad behavior does not exists when I use igbinary_serialize
I use igbinary 1.1.1 and phpredis 2.1.0.
The text was updated successfully, but these errors were encountered: