mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-23 17:31:14 +00:00
Streamline php_modules and php_tools definitions
This commit is contained in:
66
php_modules/zip/install.yml
Normal file
66
php_modules/zip/install.yml
Normal file
@@ -0,0 +1,66 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: builtin
|
||||
configure: --with-zip
|
||||
build_dep: [libzip-dev]
|
||||
run_dep: [libzip4]
|
||||
|
||||
7.3:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip4, zlib1g]
|
||||
|
||||
7.2:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip4, zlib1g]
|
||||
|
||||
7.1:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip4, zlib1g]
|
||||
|
||||
7.0:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip4, zlib1g]
|
||||
|
||||
5.6:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip4, zlib1g]
|
||||
|
||||
5.5:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip2, zlib1g]
|
||||
|
||||
5.4:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip2, zlib1g]
|
||||
|
||||
5.3:
|
||||
type: builtin
|
||||
configure: --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr
|
||||
build_dep: [libzip-dev, zlib1g-dev]
|
||||
run_dep: [libzip2, zlib1g]
|
||||
|
||||
5.2:
|
||||
type: builtin
|
||||
configure: --enable-zip
|
||||
build_dep: [libzip-dev]
|
||||
run_dep: [libzip2]
|
||||
Reference in New Issue
Block a user