mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
53 lines
994 B
YAML
53 lines
994 B
YAML
---
|
|
|
|
# Available Jinja2 variables:
|
|
# ---------------------------
|
|
# * {{ php_all_versions }}: Array of all PHP versions
|
|
|
|
|
|
all:
|
|
type: pecl
|
|
# Note: -D is only supported from PHP 7.2+
|
|
command: pecl install -D 'enable-sockets="no" enable-openssl="yes" enable-http2="yes" enable-mysqlnd="yes" enable-swoole-json="no" enable-swoole-curl="yes" enable-cares="yes" with-postgres="yes"' swoole
|
|
build_dep: [libc-ares-dev, libnghttp2-dev, libssl-dev, libcurl4-openssl-dev]
|
|
run_dep: [libc-ares2, libnghttp2-14]
|
|
|
|
7.4:
|
|
type: pecl
|
|
version: 4.8.12
|
|
|
|
7.3:
|
|
type: pecl
|
|
version: 4.8.12
|
|
|
|
7.2:
|
|
type: pecl
|
|
version: 4.8.12
|
|
|
|
7.1:
|
|
type: pecl
|
|
version: 4.4.26
|
|
|
|
7.0:
|
|
type: pecl
|
|
version: 4.2.13
|
|
|
|
5.6:
|
|
type: pecl
|
|
version: 1.9.23
|
|
|
|
5.5:
|
|
type: pecl
|
|
version: 1.9.23
|
|
run_dep: [libc-ares2, libnghttp2-5, libssl1.0.0]
|
|
|
|
5.4:
|
|
type: pecl
|
|
version: 1.9.23
|
|
run_dep: [libc-ares2, libnghttp2-5, libssl1.0.0]
|
|
|
|
5.3:
|
|
type: pecl
|
|
version: 1.9.23
|
|
run_dep: [libc-ares2, libnghttp2-5, libssl1.0.0]
|