1Panel-dev / 1Panel-dev/1Panel
[Feature] Support compiling PhpRedis with igbinary and lz4 features in the PHP extension template
Open
@wanghe-fit2cloud is already working on this.
Since Jun 5, 2026.
type: feature-request
- Dominant language
- Go
- Stars
- 37k
- Forks
- 3.4k
- Avg merge
- 9h 16m
- Merged PRs (30d)
- 105
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.