js-php-unserialize icon indicating copy to clipboard operation
js-php-unserialize copied to clipboard

Add functionality to deserialize objects?

Open codeMonkeyK opened this issue 9 years ago • 4 comments

SyntaxError: Unknown / Unhandled data type(s): o

example:

O:10:"ImportForm"

codeMonkeyK avatar May 03 '16 13:05 codeMonkeyK

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 ;)

naholyr avatar Aug 31 '16 13:08 naholyr

That's awesome, been implementing a work around for now. thanks for the heads up!

codeMonkeyK avatar Aug 31 '16 15:08 codeMonkeyK

I'm still having this problem, is there a fix for it?

JasonScopServ avatar Apr 04 '17 07:04 JasonScopServ

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

RomanZimin-main avatar May 20 '20 15:05 RomanZimin-main