Add functionality to deserialize objects?
SyntaxError: Unknown / Unhandled data type(s): o
example:
O:10:"ImportForm"
There are pull requests I've just merged about that. I'll give full control to this project to another active maintainer in a few hours, sorry for the lack of activity :) Tomorrow reborn ;)
That's awesome, been implementing a work around for now. thanks for the heads up!
I'm still having this problem, is there a fix for it?
In my case the problem was with utf8Overhead function, that decreases length in for cycle of read_chrs function. Just erased utf8Overhead function like this //length -= utf8Overhead(chr); and problem was solved