mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 09:54:43 +00:00
Added extensions: lz4, lzf and zstd
This commit is contained in:
20
php_modules/zstd/build.yml
Normal file
20
php_modules/zstd/build.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: git
|
||||
git_url: https://github.com/kjdev/php-ext-zstd
|
||||
git_ref: $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1)
|
||||
configure: --enable-zstd --with-libzstd
|
||||
build_dep: [libzstd-dev]
|
||||
run_dep: [libzstd1]
|
||||
|
||||
# compiling from git breaks somehow (Pecl has the same version which works)
|
||||
7.0:
|
||||
type: pecl
|
||||
build_dep: [libzstd-dev]
|
||||
run_dep: [libzstd1]
|
||||
Reference in New Issue
Block a user