nullpunkt / lz-string-php

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

Non-static method LZCompressor\LZUtil16::utf16_ord() should not be called statically #15

Open josephdanalinsug opened 7 years ago

josephdanalinsug commented 7 years ago

Good day i encountered this while trying to decompress from Utf16, i went through the code and found this

image

which was called by

image

just wanted to drop this off, I checked the code, from master it was okay, it had the static keyword, as for the one i pulled from composer it did not have it.

mahenpatil commented 7 years ago

Faced same problem, can you fix the composer please?