mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
add lz4, igbinary support for redis
This commit is contained in:
@@ -9,4 +9,7 @@ if (PHP_OS_FAMILY === 'Darwin') {
|
||||
$extensions .= ',sodium';
|
||||
}
|
||||
|
||||
// test redis lz4, igbinary
|
||||
$extensions .= ',igbinary,zstd --with-libs=liblz4';
|
||||
|
||||
echo $extensions;
|
||||
|
||||
Reference in New Issue
Block a user