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

Unserializing large strings

Open borgoya opened this issue 7 years ago • 0 comments

I have a 60kb serialized string from PHP. I cannot unserialize it. The last three characters are not appended ", }, and ]. For smaller string it returns correct unserialized data. Is there any way to solve this problem?

borgoya avatar May 14 '17 16:05 borgoya