Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use php as default serializer (again)
As reported in #350, the "default" serializer still/again has issues, so switch back to using "php" as default for the time being.
- Loading branch information
cd69041
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nikic Any idea what the issue is? It must arise somewhere in
apc_persist_calc_ht()
orapc_persist_copy_ht()
, given that those are the only instances where the default serializer bypasses serialization (!ctxt->serializer
).cd69041
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've fixed some issues in fa5f327, but beyond that I don't know. I'd need a reproduce case to figure out what the issue here might be.