mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 09:54:43 +00:00
Fix build
This commit is contained in:
@@ -657,27 +657,15 @@ extensions_available:
|
||||
type: pecl
|
||||
mysql:
|
||||
disabled: [7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2] # Deprecated in newer versions
|
||||
5.2:
|
||||
5.6:
|
||||
type: builtin
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [libmysqlclient-dev]
|
||||
5.3:
|
||||
type: builtin
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [libmysqlclient-dev]
|
||||
5.4:
|
||||
type: builtin
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [libmysqlclient-dev]
|
||||
5.5:
|
||||
type: builtin
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [libmysqlclient-dev]
|
||||
run_dep: [libmariadbclient18]
|
||||
build_dep: [libmariadbclient-dev]
|
||||
all:
|
||||
type: builtin
|
||||
configure: --with-mysql --with-mysql-sock --with-zlib-dir=/usr --with-libdir="/lib/$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"
|
||||
run_dep: [libmariadbclient18]
|
||||
build_dep: [libmariadbclient-dev]
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [libmysqlclient-dev]
|
||||
mysqli:
|
||||
5.2:
|
||||
type: builtin
|
||||
@@ -695,10 +683,14 @@ extensions_available:
|
||||
type: builtin
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [libmysqlclient-dev]
|
||||
all:
|
||||
5.6:
|
||||
type: builtin
|
||||
run_dep: [libmariadbclient18]
|
||||
build_dep: [libmariadbclient-dev]
|
||||
all:
|
||||
type: builtin
|
||||
run_dep: [libmariadbd19]
|
||||
build_dep: [libmariadb-dev]
|
||||
mysqlnd:
|
||||
disabled: [5.2]
|
||||
already_avail: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
|
||||
@@ -812,11 +804,15 @@ extensions_available:
|
||||
type: builtin
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [zlib1g-dev, libmysqlclient-dev]
|
||||
5.6:
|
||||
type: builtin
|
||||
run_dep: [libmariadbclient18]
|
||||
build_dep: [zlib1g-dev, libmariadbclient-dev]
|
||||
all:
|
||||
type: builtin
|
||||
configure: --with-zlib-dir=/usr
|
||||
run_dep: [libmariadbclient18]
|
||||
build_dep: [zlib1g-dev, libmariadbclient-dev]
|
||||
run_dep: [libmariadbd19]
|
||||
build_dep: [zlib1g-dev, libmariadb-dev]
|
||||
pdo_oci:
|
||||
disabled: [5.2, 5.3, 5.4, 5.5, 5.6]
|
||||
7.2:
|
||||
@@ -1161,6 +1157,7 @@ extensions_available:
|
||||
5.5:
|
||||
type: pecl
|
||||
version: 1.9.23
|
||||
run_dep: [libnghttp2-5]
|
||||
5.6:
|
||||
type: pecl
|
||||
version: 1.9.23
|
||||
|
||||
@@ -167,6 +167,7 @@ apt_repositories_available:
|
||||
# gpg --dry-run --with-fingerprint < <(curl https://www.mongodb.org/static/pgp/server-3.6.asc) | grep fingerprint | sed 's/.*=//g' | sed 's/ //g'
|
||||
mongo:
|
||||
5.2:
|
||||
# gpg --dry-run --with-fingerprint < <(curl https://www.mongodb.org/static/pgp/server-3.6.asc) | grep fingerprint | sed 's/.*=//g' | sed 's/ //g'
|
||||
deb: deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main
|
||||
key: 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
|
||||
5.3:
|
||||
@@ -179,6 +180,7 @@ apt_repositories_available:
|
||||
deb: deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main
|
||||
key: 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
|
||||
all:
|
||||
# gpg --dry-run --with-fingerprint < <(curl https://www.mongodb.org/static/pgp/server-4.0.asc) | grep fingerprint | sed 's/.*=//g' | sed 's/ //g'
|
||||
deb: deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/4.0 main
|
||||
key: 9DA31620334BD75D9DCB49F368818C72E52529D4
|
||||
pgsql:
|
||||
|
||||
Reference in New Issue
Block a user