Skip to content

[Feature] Support compiling PhpRedis with igbinary and lz4 features in the PHP extension template #12935

@gratcv

Description

@gratcv

1Panel Version

v2.1.13

Please describe your needs or suggestions for improvements

创建运行环境,包含redis, igbinary, lz4扩展时
PhpRedis was not compiled with igbinary support
PhpRedis was not compiled with LZ4 compression support

PhpRedis was not compiled with Zstandard compression support

Please describe the solution you suggest

编译 PhpRedis 时启用:
--enable-redis-igbinary
--enable-redis-lz4

Additional Information

phpize
./configure \
  --enable-redis \
  --enable-redis-igbinary \
  --enable-redis-msgpack \
  --enable-redis-lzf \
  --enable-redis-lz4 \
  --enable-redis-zstd \
  --with-liblz4=/usr \
  --with-libzstd=/usr
make

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions