Remi Collet

Results 303 comments of Remi Collet

At least a CLI reproducer will be welcome, as I wasn't able to reproduce the segfault in any version (5.6 to 8.1)

From a quick look at the code, I think only 8.0.0 to 8.0.19 and 8.1.0 to 8.1.6 could be affected.

@nrk, I can probably help you with making a pecl release. Start with https://pecl.php.net/account-request.php So you need to subscribe to pecl-devel ML and introduce this new extension. Then (after some...

> However, can you fix the headline of the release on https://github.com/krakjoe/apcu/releases ? It still says 5.1.10. I see 5.1.11 there

yes (even if performance will be lower), this is what is done when you use `apc.serializer = lz4`

See https://github.com/kjdev/php-ext-lz4/blob/master/lz4.c#L362

**yac** have build-in copmpression by default **redis** have support for configurable compressor ``` $ php --ri redis ... Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd,...

I can test on RHEL-6 (the older version for which I build PHP 7) and Fedora 25 (the more recent version) So autoconf 2.63 - 2.69 => OK. But perhaps...