nullpunkt / lz-string-php

PHP Class implementation of LZ-String javascript
105 stars 54 forks source link

decompress is always NULL? #20

Open RZR666 opened 5 years ago

RZR666 commented 5 years ago

Hi,

I'm compressing JSON in Javascript with compress, and then when I try to decompress the POST in php it's always null, am i missing something?

RZR666 commented 5 years ago

Actually it's not always null, I omit some of the array before compressing and it uncompresses as expected on PHP. I just can't find a reason why adding more is causing it to fail.