Open RZR666 opened 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?
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.
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?