Re: [PHP-DEV] Re: Implement lzma (xz?) compression (was Req #63880)

2019-08-19 Thread Joe Watkins
Note, while reading the code I noticed it doing some odd things with strings (see casting away constness in patch) ... this wants a maintainer, I was just getting the build going [and not volunteering] ... Cheers Joe PS. Sorry about double post ... On Mon, 19 Aug 2019 at 15:42, Joe Watkins

Re: [PHP-DEV] Re: Implement lzma (xz?) compression (was Req #63880)

2019-08-19 Thread Joe Watkins
Afternoon, Patch for php7: https://gist.github.com/krakjoe/549ec38161ecd1ad9b8f16f6cf18657e Run with it, or not ... Cheers Joe On Mon, 19 Aug 2019 at 14:43, Christoph M. Becker wrote: > Hi! > > On 19.08.2019 at 12:47, Tobias Frei wrote: > > > Today I was asked to contact this list about the

[PHP-DEV] Re: Implement lzma (xz?) compression (was Req #63880)

2019-08-19 Thread Christoph M. Becker
Hi! On 19.08.2019 at 12:47, Tobias Frei wrote: > Today I was asked to contact this list about the 2013-01-01 proposal > described in Feature Request 63880. > > https://bugs.php.net/bug.php?id=63880 > > Please implement some kind of lzma compression, e.g. xz or lzip, > alongside gzip and bzip2 in