diff --git a/8.0/alpine3.16/newrelic/Dockerfile b/8.0/alpine3.16/newrelic/Dockerfile index 2401c0bf..39915205 100644 --- a/8.0/alpine3.16/newrelic/Dockerfile +++ b/8.0/alpine3.16/newrelic/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-newrelic -ARG PHPEXT_NEWRELIC_VERSION=10.3.0.315 +ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 RUN set -eux; \ curl -fsSL https://download.newrelic.com/php_agent/release/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux-musl.tar.gz \ | tar -xzC /tmp; \ diff --git a/8.0/alpine3.16/pecl_grpc/Dockerfile b/8.0/alpine3.16/pecl_grpc/Dockerfile index 829fa8db..3b21a3ef 100644 --- a/8.0/alpine3.16/pecl_grpc/Dockerfile +++ b/8.0/alpine3.16/pecl_grpc/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-grpc -ARG PHPEXT_GRPC_VERSION=1.51.1 +ARG PHPEXT_GRPC_VERSION=1.52.1 RUN set -eux; \ persistentDeps=" \ libstdc++ \ diff --git a/8.0/alpine3.16/pecl_igbinary/Dockerfile b/8.0/alpine3.16/pecl_igbinary/Dockerfile index 9889b0ea..d1b6de1b 100644 --- a/8.0/alpine3.16/pecl_igbinary/Dockerfile +++ b/8.0/alpine3.16/pecl_igbinary/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-igbinary -ARG PHPEXT_IGBINARY_VERSION=3.2.13 +ARG PHPEXT_IGBINARY_VERSION=3.2.14 RUN set -eux; \ pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ docker-php-ext-install -j$(nproc) igbinary; \ diff --git a/8.0/alpine3.16/pecl_mcrypt/Dockerfile b/8.0/alpine3.16/pecl_mcrypt/Dockerfile index a737f0ff..5d01e49f 100644 --- a/8.0/alpine3.16/pecl_mcrypt/Dockerfile +++ b/8.0/alpine3.16/pecl_mcrypt/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-mcrypt -ARG PHPEXT_MCRYPT_VERSION=1.0.5 +ARG PHPEXT_MCRYPT_VERSION=1.0.6 RUN set -eux; \ persistentDeps=" \ libmcrypt \ diff --git a/8.0/alpine3.16/pecl_pdo_sqlsrv/Dockerfile b/8.0/alpine3.16/pecl_pdo_sqlsrv/Dockerfile index 06454b56..78e402f1 100644 --- a/8.0/alpine3.16/pecl_pdo_sqlsrv/Dockerfile +++ b/8.0/alpine3.16/pecl_pdo_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-pdo_sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ apkDeps=" \ gnupg \ diff --git a/8.0/alpine3.16/pecl_protobuf/Dockerfile b/8.0/alpine3.16/pecl_protobuf/Dockerfile index bc331c77..3ac37a3d 100644 --- a/8.0/alpine3.16/pecl_protobuf/Dockerfile +++ b/8.0/alpine3.16/pecl_protobuf/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-protobuf -ARG PHPEXT_PROTOBUF_VERSION=3.21.12 +ARG PHPEXT_PROTOBUF_VERSION=3.22.1 RUN set -eux; \ pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ docker-php-ext-install -j$(nproc) protobuf; \ diff --git a/8.0/alpine3.16/pecl_sqlsrv/Dockerfile b/8.0/alpine3.16/pecl_sqlsrv/Dockerfile index 300ae9c2..f7b3bb19 100644 --- a/8.0/alpine3.16/pecl_sqlsrv/Dockerfile +++ b/8.0/alpine3.16/pecl_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ apkDeps=" \ gnupg \ diff --git a/8.0/alpine3.16/pecl_yaml/Dockerfile b/8.0/alpine3.16/pecl_yaml/Dockerfile index cea7a4c9..ce364cd0 100644 --- a/8.0/alpine3.16/pecl_yaml/Dockerfile +++ b/8.0/alpine3.16/pecl_yaml/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 LABEL maintainer="Andrea Falco " # PHP ext-yaml -ARG PHPEXT_YAML_VERSION=2.2.2 +ARG PHPEXT_YAML_VERSION=2.2.3 RUN set -eux; \ persistentDeps=" \ yaml \ diff --git a/8.0/bullseye/newrelic/Dockerfile b/8.0/bullseye/newrelic/Dockerfile index d9bc4539..171d0af1 100644 --- a/8.0/bullseye/newrelic/Dockerfile +++ b/8.0/bullseye/newrelic/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-newrelic -ARG PHPEXT_NEWRELIC_VERSION=10.3.0.315 +ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 RUN set -eux; \ curl -fsSL https://download.newrelic.com/php_agent/archive/${PHPEXT_NEWRELIC_VERSION}/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux.tar.gz \ | tar -xzC /tmp; \ diff --git a/8.0/bullseye/pecl_grpc/Dockerfile b/8.0/bullseye/pecl_grpc/Dockerfile index c6924233..f0bcb76f 100644 --- a/8.0/bullseye/pecl_grpc/Dockerfile +++ b/8.0/bullseye/pecl_grpc/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-grpc -ARG PHPEXT_GRPC_VERSION=1.51.1 +ARG PHPEXT_GRPC_VERSION=1.52.1 RUN set -eux; \ buildDeps=" \ libzip-dev \ diff --git a/8.0/bullseye/pecl_igbinary/Dockerfile b/8.0/bullseye/pecl_igbinary/Dockerfile index bb5ab734..bb2971c4 100644 --- a/8.0/bullseye/pecl_igbinary/Dockerfile +++ b/8.0/bullseye/pecl_igbinary/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-igbinary -ARG PHPEXT_IGBINARY_VERSION=3.2.13 +ARG PHPEXT_IGBINARY_VERSION=3.2.14 RUN set -eux; \ pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ docker-php-ext-install -j$(nproc) igbinary; \ diff --git a/8.0/bullseye/pecl_mcrypt/Dockerfile b/8.0/bullseye/pecl_mcrypt/Dockerfile index 9a4e0f31..c220e2b1 100644 --- a/8.0/bullseye/pecl_mcrypt/Dockerfile +++ b/8.0/bullseye/pecl_mcrypt/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-mcrypt -ARG PHPEXT_MCRYPT_VERSION=1.0.5 +ARG PHPEXT_MCRYPT_VERSION=1.0.6 RUN set -eux; \ persistentDeps=" \ libmcrypt4 \ diff --git a/8.0/bullseye/pecl_pdo_sqlsrv/Dockerfile b/8.0/bullseye/pecl_pdo_sqlsrv/Dockerfile index 29d82f5c..a0a3e097 100644 --- a/8.0/bullseye/pecl_pdo_sqlsrv/Dockerfile +++ b/8.0/bullseye/pecl_pdo_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-pdo_sqlsrv -ARG PHPEXT_PDO_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_PDO_SQLSRV_VERSION=5.11.0 RUN set -eux; \ aptDeps=" \ gnupg \ diff --git a/8.0/bullseye/pecl_protobuf/Dockerfile b/8.0/bullseye/pecl_protobuf/Dockerfile index a861ebc2..c30da1ec 100644 --- a/8.0/bullseye/pecl_protobuf/Dockerfile +++ b/8.0/bullseye/pecl_protobuf/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-protobuf -ARG PHPEXT_PROTOBUF_VERSION=3.21.12 +ARG PHPEXT_PROTOBUF_VERSION=3.22.1 RUN set -eux; \ pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ docker-php-ext-install -j$(nproc) protobuf; \ diff --git a/8.0/bullseye/pecl_sqlsrv/Dockerfile b/8.0/bullseye/pecl_sqlsrv/Dockerfile index c58ced3d..cdfd3699 100644 --- a/8.0/bullseye/pecl_sqlsrv/Dockerfile +++ b/8.0/bullseye/pecl_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ aptDeps=" \ gnupg \ diff --git a/8.0/bullseye/pecl_yaml/Dockerfile b/8.0/bullseye/pecl_yaml/Dockerfile index 6cbfbc64..dd6d1006 100644 --- a/8.0/bullseye/pecl_yaml/Dockerfile +++ b/8.0/bullseye/pecl_yaml/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.0-bullseye LABEL maintainer="Andrea Falco " # PHP ext-yaml -ARG PHPEXT_YAML_VERSION=2.2.2 +ARG PHPEXT_YAML_VERSION=2.2.3 RUN set -eux; \ persistentDeps=" \ libyaml-0-2 \ diff --git a/8.1/alpine3.17/newrelic/Dockerfile b/8.1/alpine3.17/newrelic/Dockerfile index 3c532603..f4f87959 100644 --- a/8.1/alpine3.17/newrelic/Dockerfile +++ b/8.1/alpine3.17/newrelic/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-newrelic -ARG PHPEXT_NEWRELIC_VERSION=10.3.0.315 +ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 RUN set -eux; \ curl -fsSL https://download.newrelic.com/php_agent/release/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux-musl.tar.gz \ | tar -xzC /tmp; \ diff --git a/8.1/alpine3.17/pecl_grpc/Dockerfile b/8.1/alpine3.17/pecl_grpc/Dockerfile index 9a5debac..ad89406f 100644 --- a/8.1/alpine3.17/pecl_grpc/Dockerfile +++ b/8.1/alpine3.17/pecl_grpc/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-grpc -ARG PHPEXT_GRPC_VERSION=1.51.1 +ARG PHPEXT_GRPC_VERSION=1.52.1 RUN set -eux; \ persistentDeps=" \ libstdc++ \ diff --git a/8.1/alpine3.17/pecl_igbinary/Dockerfile b/8.1/alpine3.17/pecl_igbinary/Dockerfile index 92348446..a1a1f167 100644 --- a/8.1/alpine3.17/pecl_igbinary/Dockerfile +++ b/8.1/alpine3.17/pecl_igbinary/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-igbinary -ARG PHPEXT_IGBINARY_VERSION=3.2.13 +ARG PHPEXT_IGBINARY_VERSION=3.2.14 RUN set -eux; \ pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ docker-php-ext-install -j$(nproc) igbinary; \ diff --git a/8.1/alpine3.17/pecl_mcrypt/Dockerfile b/8.1/alpine3.17/pecl_mcrypt/Dockerfile index cf455b40..03f77a83 100644 --- a/8.1/alpine3.17/pecl_mcrypt/Dockerfile +++ b/8.1/alpine3.17/pecl_mcrypt/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-mcrypt -ARG PHPEXT_MCRYPT_VERSION=1.0.5 +ARG PHPEXT_MCRYPT_VERSION=1.0.6 RUN set -eux; \ persistentDeps=" \ libmcrypt \ diff --git a/8.1/alpine3.17/pecl_pdo_sqlsrv/Dockerfile b/8.1/alpine3.17/pecl_pdo_sqlsrv/Dockerfile index ba064aec..85ee4e44 100644 --- a/8.1/alpine3.17/pecl_pdo_sqlsrv/Dockerfile +++ b/8.1/alpine3.17/pecl_pdo_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-pdo_sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ apkDeps=" \ gnupg \ diff --git a/8.1/alpine3.17/pecl_protobuf/Dockerfile b/8.1/alpine3.17/pecl_protobuf/Dockerfile index 9588920d..a52bf55e 100644 --- a/8.1/alpine3.17/pecl_protobuf/Dockerfile +++ b/8.1/alpine3.17/pecl_protobuf/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-protobuf -ARG PHPEXT_PROTOBUF_VERSION=3.21.12 +ARG PHPEXT_PROTOBUF_VERSION=3.22.1 RUN set -eux; \ pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ docker-php-ext-install -j$(nproc) protobuf; \ diff --git a/8.1/alpine3.17/pecl_sqlsrv/Dockerfile b/8.1/alpine3.17/pecl_sqlsrv/Dockerfile index 38195116..4f028cb4 100644 --- a/8.1/alpine3.17/pecl_sqlsrv/Dockerfile +++ b/8.1/alpine3.17/pecl_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ apkDeps=" \ gnupg \ diff --git a/8.1/alpine3.17/pecl_yaml/Dockerfile b/8.1/alpine3.17/pecl_yaml/Dockerfile index 49c28254..d72eb3b1 100644 --- a/8.1/alpine3.17/pecl_yaml/Dockerfile +++ b/8.1/alpine3.17/pecl_yaml/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-yaml -ARG PHPEXT_YAML_VERSION=2.2.2 +ARG PHPEXT_YAML_VERSION=2.2.3 RUN set -eux; \ persistentDeps=" \ yaml \ diff --git a/8.1/bullseye/newrelic/Dockerfile b/8.1/bullseye/newrelic/Dockerfile index eb1e0dfb..55f2cfe3 100644 --- a/8.1/bullseye/newrelic/Dockerfile +++ b/8.1/bullseye/newrelic/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-newrelic -ARG PHPEXT_NEWRELIC_VERSION=10.3.0.315 +ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 RUN set -eux; \ curl -fsSL https://download.newrelic.com/php_agent/archive/${PHPEXT_NEWRELIC_VERSION}/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux.tar.gz \ | tar -xzC /tmp; \ diff --git a/8.1/bullseye/pecl_grpc/Dockerfile b/8.1/bullseye/pecl_grpc/Dockerfile index 5d7a561c..29be53e1 100644 --- a/8.1/bullseye/pecl_grpc/Dockerfile +++ b/8.1/bullseye/pecl_grpc/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-grpc -ARG PHPEXT_GRPC_VERSION=1.51.1 +ARG PHPEXT_GRPC_VERSION=1.52.1 RUN set -eux; \ buildDeps=" \ libzip-dev \ diff --git a/8.1/bullseye/pecl_igbinary/Dockerfile b/8.1/bullseye/pecl_igbinary/Dockerfile index 50d6f79a..b1f3e87f 100644 --- a/8.1/bullseye/pecl_igbinary/Dockerfile +++ b/8.1/bullseye/pecl_igbinary/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-igbinary -ARG PHPEXT_IGBINARY_VERSION=3.2.13 +ARG PHPEXT_IGBINARY_VERSION=3.2.14 RUN set -eux; \ pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ docker-php-ext-install -j$(nproc) igbinary; \ diff --git a/8.1/bullseye/pecl_mcrypt/Dockerfile b/8.1/bullseye/pecl_mcrypt/Dockerfile index 0ca7f007..e0679c8b 100644 --- a/8.1/bullseye/pecl_mcrypt/Dockerfile +++ b/8.1/bullseye/pecl_mcrypt/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-mcrypt -ARG PHPEXT_MCRYPT_VERSION=1.0.5 +ARG PHPEXT_MCRYPT_VERSION=1.0.6 RUN set -eux; \ persistentDeps=" \ libmcrypt4 \ diff --git a/8.1/bullseye/pecl_pdo_sqlsrv/Dockerfile b/8.1/bullseye/pecl_pdo_sqlsrv/Dockerfile index 616c9ff8..36fa40a5 100644 --- a/8.1/bullseye/pecl_pdo_sqlsrv/Dockerfile +++ b/8.1/bullseye/pecl_pdo_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-pdo_sqlsrv -ARG PHPEXT_PDO_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_PDO_SQLSRV_VERSION=5.11.0 RUN set -eux; \ aptDeps=" \ gnupg \ diff --git a/8.1/bullseye/pecl_protobuf/Dockerfile b/8.1/bullseye/pecl_protobuf/Dockerfile index 42f19478..b433f06a 100644 --- a/8.1/bullseye/pecl_protobuf/Dockerfile +++ b/8.1/bullseye/pecl_protobuf/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-protobuf -ARG PHPEXT_PROTOBUF_VERSION=3.21.12 +ARG PHPEXT_PROTOBUF_VERSION=3.22.1 RUN set -eux; \ pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ docker-php-ext-install -j$(nproc) protobuf; \ diff --git a/8.1/bullseye/pecl_sqlsrv/Dockerfile b/8.1/bullseye/pecl_sqlsrv/Dockerfile index 3120a974..14b3771b 100644 --- a/8.1/bullseye/pecl_sqlsrv/Dockerfile +++ b/8.1/bullseye/pecl_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ aptDeps=" \ gnupg \ diff --git a/8.1/bullseye/pecl_yaml/Dockerfile b/8.1/bullseye/pecl_yaml/Dockerfile index 9322e170..89165935 100644 --- a/8.1/bullseye/pecl_yaml/Dockerfile +++ b/8.1/bullseye/pecl_yaml/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1-bullseye LABEL maintainer="Andrea Falco " # PHP ext-yaml -ARG PHPEXT_YAML_VERSION=2.2.2 +ARG PHPEXT_YAML_VERSION=2.2.3 RUN set -eux; \ persistentDeps=" \ libyaml-0-2 \ diff --git a/8.2/alpine3.17/pecl_grpc/Dockerfile b/8.2/alpine3.17/pecl_grpc/Dockerfile index 35174640..2b3e39e8 100644 --- a/8.2/alpine3.17/pecl_grpc/Dockerfile +++ b/8.2/alpine3.17/pecl_grpc/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-grpc -ARG PHPEXT_GRPC_VERSION=1.51.1 +ARG PHPEXT_GRPC_VERSION=1.52.1 RUN set -eux; \ persistentDeps=" \ libstdc++ \ diff --git a/8.2/alpine3.17/pecl_igbinary/Dockerfile b/8.2/alpine3.17/pecl_igbinary/Dockerfile index c662cb8c..989be613 100644 --- a/8.2/alpine3.17/pecl_igbinary/Dockerfile +++ b/8.2/alpine3.17/pecl_igbinary/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-igbinary -ARG PHPEXT_IGBINARY_VERSION=3.2.13 +ARG PHPEXT_IGBINARY_VERSION=3.2.14 RUN set -eux; \ pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ docker-php-ext-install -j$(nproc) igbinary; \ diff --git a/8.2/alpine3.17/pecl_mcrypt/Dockerfile b/8.2/alpine3.17/pecl_mcrypt/Dockerfile index 735b120e..5c742d84 100644 --- a/8.2/alpine3.17/pecl_mcrypt/Dockerfile +++ b/8.2/alpine3.17/pecl_mcrypt/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-mcrypt -ARG PHPEXT_MCRYPT_VERSION=1.0.5 +ARG PHPEXT_MCRYPT_VERSION=1.0.6 RUN set -eux; \ persistentDeps=" \ libmcrypt \ diff --git a/8.2/alpine3.17/pecl_pdo_sqlsrv/Dockerfile b/8.2/alpine3.17/pecl_pdo_sqlsrv/Dockerfile index a27dcf58..5e39b5cd 100644 --- a/8.2/alpine3.17/pecl_pdo_sqlsrv/Dockerfile +++ b/8.2/alpine3.17/pecl_pdo_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-pdo_sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ apkDeps=" \ gnupg \ diff --git a/8.2/alpine3.17/pecl_protobuf/Dockerfile b/8.2/alpine3.17/pecl_protobuf/Dockerfile index ac482a66..2ff97abf 100644 --- a/8.2/alpine3.17/pecl_protobuf/Dockerfile +++ b/8.2/alpine3.17/pecl_protobuf/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-protobuf -ARG PHPEXT_PROTOBUF_VERSION=3.21.12 +ARG PHPEXT_PROTOBUF_VERSION=3.22.1 RUN set -eux; \ pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ docker-php-ext-install -j$(nproc) protobuf; \ diff --git a/8.2/alpine3.17/pecl_sqlsrv/Dockerfile b/8.2/alpine3.17/pecl_sqlsrv/Dockerfile index 346c9425..1137b017 100644 --- a/8.2/alpine3.17/pecl_sqlsrv/Dockerfile +++ b/8.2/alpine3.17/pecl_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ apkDeps=" \ gnupg \ diff --git a/8.2/alpine3.17/pecl_yaml/Dockerfile b/8.2/alpine3.17/pecl_yaml/Dockerfile index 9220cf92..c957f37e 100644 --- a/8.2/alpine3.17/pecl_yaml/Dockerfile +++ b/8.2/alpine3.17/pecl_yaml/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.17 LABEL maintainer="Andrea Falco " # PHP ext-yaml -ARG PHPEXT_YAML_VERSION=2.2.2 +ARG PHPEXT_YAML_VERSION=2.2.3 RUN set -eux; \ persistentDeps=" \ yaml \ diff --git a/8.2/bullseye/pecl_grpc/Dockerfile b/8.2/bullseye/pecl_grpc/Dockerfile index 5b9cbb2e..498a9ad1 100644 --- a/8.2/bullseye/pecl_grpc/Dockerfile +++ b/8.2/bullseye/pecl_grpc/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-bullseye LABEL maintainer="Andrea Falco " # PHP ext-grpc -ARG PHPEXT_GRPC_VERSION=1.51.1 +ARG PHPEXT_GRPC_VERSION=1.52.1 RUN set -eux; \ buildDeps=" \ libzip-dev \ diff --git a/8.2/bullseye/pecl_igbinary/Dockerfile b/8.2/bullseye/pecl_igbinary/Dockerfile index 264ae1a4..f5891e3b 100644 --- a/8.2/bullseye/pecl_igbinary/Dockerfile +++ b/8.2/bullseye/pecl_igbinary/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-bullseye LABEL maintainer="Andrea Falco " # PHP ext-igbinary -ARG PHPEXT_IGBINARY_VERSION=3.2.13 +ARG PHPEXT_IGBINARY_VERSION=3.2.14 RUN set -eux; \ pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ docker-php-ext-install -j$(nproc) igbinary; \ diff --git a/8.2/bullseye/pecl_mcrypt/Dockerfile b/8.2/bullseye/pecl_mcrypt/Dockerfile index 26d5f311..ae063c5a 100644 --- a/8.2/bullseye/pecl_mcrypt/Dockerfile +++ b/8.2/bullseye/pecl_mcrypt/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-bullseye LABEL maintainer="Andrea Falco " # PHP ext-mcrypt -ARG PHPEXT_MCRYPT_VERSION=1.0.5 +ARG PHPEXT_MCRYPT_VERSION=1.0.6 RUN set -eux; \ persistentDeps=" \ libmcrypt4 \ diff --git a/8.2/bullseye/pecl_pdo_sqlsrv/Dockerfile b/8.2/bullseye/pecl_pdo_sqlsrv/Dockerfile index 833a030f..f8ad6bf5 100644 --- a/8.2/bullseye/pecl_pdo_sqlsrv/Dockerfile +++ b/8.2/bullseye/pecl_pdo_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-bullseye LABEL maintainer="Andrea Falco " # PHP ext-pdo_sqlsrv -ARG PHPEXT_PDO_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_PDO_SQLSRV_VERSION=5.11.0 RUN set -eux; \ aptDeps=" \ gnupg \ diff --git a/8.2/bullseye/pecl_protobuf/Dockerfile b/8.2/bullseye/pecl_protobuf/Dockerfile index 41e2a497..986f41c5 100644 --- a/8.2/bullseye/pecl_protobuf/Dockerfile +++ b/8.2/bullseye/pecl_protobuf/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-bullseye LABEL maintainer="Andrea Falco " # PHP ext-protobuf -ARG PHPEXT_PROTOBUF_VERSION=3.21.12 +ARG PHPEXT_PROTOBUF_VERSION=3.22.1 RUN set -eux; \ pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ docker-php-ext-install -j$(nproc) protobuf; \ diff --git a/8.2/bullseye/pecl_sqlsrv/Dockerfile b/8.2/bullseye/pecl_sqlsrv/Dockerfile index bcb45d2f..a87b826b 100644 --- a/8.2/bullseye/pecl_sqlsrv/Dockerfile +++ b/8.2/bullseye/pecl_sqlsrv/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-bullseye LABEL maintainer="Andrea Falco " # PHP ext-sqlsrv -ARG PHPEXT_SQLSRV_VERSION=5.10.1 +ARG PHPEXT_SQLSRV_VERSION=5.11.0 RUN set -eux; \ aptDeps=" \ gnupg \ diff --git a/8.2/bullseye/pecl_yaml/Dockerfile b/8.2/bullseye/pecl_yaml/Dockerfile index 660a0993..f8b60424 100644 --- a/8.2/bullseye/pecl_yaml/Dockerfile +++ b/8.2/bullseye/pecl_yaml/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-bullseye LABEL maintainer="Andrea Falco " # PHP ext-yaml -ARG PHPEXT_YAML_VERSION=2.2.2 +ARG PHPEXT_YAML_VERSION=2.2.3 RUN set -eux; \ persistentDeps=" \ libyaml-0-2 \ diff --git a/README.md b/README.md index 1bd6244a..9c2d864d 100644 --- a/README.md +++ b/README.md @@ -26,39 +26,39 @@ Extension | PHP `8.0` `bullseye` | PHP `8.0` `alpine3.16` | PHP `8.1` `bullseye` [`gearman`](https://pecl.php.net/package/gearman) _PECL_ | `(2.1.0)` [:whale:](8.0/bullseye/pecl_gearman/Dockerfile) | `(2.1.0)` [:whale:](8.0/alpine3.16/pecl_gearman/Dockerfile) | :x: | :x: | :x: | :x: [`geospatial`](https://pecl.php.net/package/geospatial) _PECL_ | `(0.3.2)` [:whale:](8.0/bullseye/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.0/alpine3.16/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.1/bullseye/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.1/alpine3.17/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.2/bullseye/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.2/alpine3.17/pecl_geospatial/Dockerfile) [`gmp`](https://php.net/gmp) | [:whale:](8.0/bullseye/gmp/Dockerfile) | [:whale:](8.0/alpine3.16/gmp/Dockerfile) | [:whale:](8.1/bullseye/gmp/Dockerfile) | [:whale:](8.1/alpine3.17/gmp/Dockerfile) | [:whale:](8.2/bullseye/gmp/Dockerfile) | [:whale:](8.2/alpine3.17/gmp/Dockerfile) -[`grpc`](https://pecl.php.net/package/grpc) _PECL_ | `(1.51.1)` [:whale:](8.0/bullseye/pecl_grpc/Dockerfile) | `(1.51.1)` [:whale:](8.0/alpine3.16/pecl_grpc/Dockerfile) | `(1.51.1)` [:whale:](8.1/bullseye/pecl_grpc/Dockerfile) | `(1.51.1)` [:whale:](8.1/alpine3.17/pecl_grpc/Dockerfile) | `(1.51.1)` [:whale:](8.2/bullseye/pecl_grpc/Dockerfile) | `(1.51.1)` [:whale:](8.2/alpine3.17/pecl_grpc/Dockerfile) -[`igbinary`](https://pecl.php.net/package/igbinary) _PECL_ | `(3.2.13)` [:whale:](8.0/bullseye/pecl_igbinary/Dockerfile) | `(3.2.13)` [:whale:](8.0/alpine3.16/pecl_igbinary/Dockerfile) | `(3.2.13)` [:whale:](8.1/bullseye/pecl_igbinary/Dockerfile) | `(3.2.13)` [:whale:](8.1/alpine3.17/pecl_igbinary/Dockerfile) | `(3.2.13)` [:whale:](8.2/bullseye/pecl_igbinary/Dockerfile) | `(3.2.13)` [:whale:](8.2/alpine3.17/pecl_igbinary/Dockerfile) +[`grpc`](https://pecl.php.net/package/grpc) _PECL_ | `(1.52.1)` [:whale:](8.0/bullseye/pecl_grpc/Dockerfile) | `(1.52.1)` [:whale:](8.0/alpine3.16/pecl_grpc/Dockerfile) | `(1.52.1)` [:whale:](8.1/bullseye/pecl_grpc/Dockerfile) | `(1.52.1)` [:whale:](8.1/alpine3.17/pecl_grpc/Dockerfile) | `(1.52.1)` [:whale:](8.2/bullseye/pecl_grpc/Dockerfile) | `(1.52.1)` [:whale:](8.2/alpine3.17/pecl_grpc/Dockerfile) +[`igbinary`](https://pecl.php.net/package/igbinary) _PECL_ | `(3.2.14)` [:whale:](8.0/bullseye/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.0/alpine3.16/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.1/bullseye/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.1/alpine3.17/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.2/bullseye/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.2/alpine3.17/pecl_igbinary/Dockerfile) [`imagick`](https://pecl.php.net/package/imagick) _PECL_ | `(3.7.0)` [:whale:](8.0/bullseye/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.0/alpine3.16/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.1/bullseye/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.1/alpine3.17/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.2/bullseye/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.2/alpine3.17/pecl_imagick/Dockerfile) [`imap`](https://php.net/imap) | [:whale:](8.0/bullseye/imap/Dockerfile) | [:whale:](8.0/alpine3.16/imap/Dockerfile) | [:whale:](8.1/bullseye/imap/Dockerfile) | [:whale:](8.1/alpine3.17/imap/Dockerfile) | [:whale:](8.2/bullseye/imap/Dockerfile) | [:whale:](8.2/alpine3.17/imap/Dockerfile) [`intl`](https://php.net/intl) | [:whale:](8.0/bullseye/intl/Dockerfile) | [:whale:](8.0/alpine3.16/intl/Dockerfile) | [:whale:](8.1/bullseye/intl/Dockerfile) | [:whale:](8.1/alpine3.17/intl/Dockerfile) | [:whale:](8.2/bullseye/intl/Dockerfile) | [:whale:](8.2/alpine3.17/intl/Dockerfile) [`ldap`](https://php.net/ldap) | [:whale:](8.0/bullseye/ldap/Dockerfile) | [:whale:](8.0/alpine3.16/ldap/Dockerfile) | [:whale:](8.1/bullseye/ldap/Dockerfile) | [:whale:](8.1/alpine3.17/ldap/Dockerfile) | [:whale:](8.2/bullseye/ldap/Dockerfile) | [:whale:](8.2/alpine3.17/ldap/Dockerfile) [`mailparse`](https://pecl.php.net/package/mailparse) _PECL_ | `(3.1.4)` [:whale:](8.0/bullseye/pecl_mailparse/Dockerfile) | `(3.1.4)` [:whale:](8.0/alpine3.16/pecl_mailparse/Dockerfile) | `(3.1.4)` [:whale:](8.1/bullseye/pecl_mailparse/Dockerfile) | `(3.1.4)` [:whale:](8.1/alpine3.17/pecl_mailparse/Dockerfile) | `(3.1.4)` [:whale:](8.2/bullseye/pecl_mailparse/Dockerfile) | `(3.1.4)` [:whale:](8.2/alpine3.17/pecl_mailparse/Dockerfile) -[`mcrypt`](https://pecl.php.net/package/mcrypt) _PECL_ | `(1.0.5)` [:whale:](8.0/bullseye/pecl_mcrypt/Dockerfile) | `(1.0.5)` [:whale:](8.0/alpine3.16/pecl_mcrypt/Dockerfile) | `(1.0.5)` [:whale:](8.1/bullseye/pecl_mcrypt/Dockerfile) | `(1.0.5)` [:whale:](8.1/alpine3.17/pecl_mcrypt/Dockerfile) | `(1.0.5)` [:whale:](8.2/bullseye/pecl_mcrypt/Dockerfile) | `(1.0.5)` [:whale:](8.2/alpine3.17/pecl_mcrypt/Dockerfile) +[`mcrypt`](https://pecl.php.net/package/mcrypt) _PECL_ | `(1.0.6)` [:whale:](8.0/bullseye/pecl_mcrypt/Dockerfile) | `(1.0.6)` [:whale:](8.0/alpine3.16/pecl_mcrypt/Dockerfile) | `(1.0.6)` [:whale:](8.1/bullseye/pecl_mcrypt/Dockerfile) | `(1.0.6)` [:whale:](8.1/alpine3.17/pecl_mcrypt/Dockerfile) | `(1.0.6)` [:whale:](8.2/bullseye/pecl_mcrypt/Dockerfile) | `(1.0.6)` [:whale:](8.2/alpine3.17/pecl_mcrypt/Dockerfile) [`memcache`](https://pecl.php.net/package/memcache) _PECL_ | `(8.0)` [:whale:](8.0/bullseye/pecl_memcache/Dockerfile) | `(8.0)` [:whale:](8.0/alpine3.16/pecl_memcache/Dockerfile) | `(8.0)` [:whale:](8.1/bullseye/pecl_memcache/Dockerfile) | `(8.0)` [:whale:](8.1/alpine3.17/pecl_memcache/Dockerfile) | `(8.0)` [:whale:](8.2/bullseye/pecl_memcache/Dockerfile) | `(8.0)` [:whale:](8.2/alpine3.17/pecl_memcache/Dockerfile) [`memcached`](https://pecl.php.net/package/memcached) _PECL_ | `(3.2.0)` [:whale:](8.0/bullseye/pecl_memcached/Dockerfile) | `(3.2.0)` [:whale:](8.0/alpine3.16/pecl_memcached/Dockerfile) | `(3.2.0)` [:whale:](8.1/bullseye/pecl_memcached/Dockerfile) | `(3.2.0)` [:whale:](8.1/alpine3.17/pecl_memcached/Dockerfile) | `(3.2.0)` [:whale:](8.2/bullseye/pecl_memcached/Dockerfile) | `(3.2.0)` [:whale:](8.2/alpine3.17/pecl_memcached/Dockerfile) [`mongodb`](https://pecl.php.net/package/mongodb) _PECL_ | `(1.15.1)` [:whale:](8.0/bullseye/pecl_mongodb/Dockerfile) | `(1.15.1)` [:whale:](8.0/alpine3.16/pecl_mongodb/Dockerfile) | `(1.15.1)` [:whale:](8.1/bullseye/pecl_mongodb/Dockerfile) | `(1.15.1)` [:whale:](8.1/alpine3.17/pecl_mongodb/Dockerfile) | `(1.15.1)` [:whale:](8.2/bullseye/pecl_mongodb/Dockerfile) | `(1.15.1)` [:whale:](8.2/alpine3.17/pecl_mongodb/Dockerfile) [`mysqli`](https://php.net/mysqli) | [:whale:](8.0/bullseye/mysqli/Dockerfile) | [:whale:](8.0/alpine3.16/mysqli/Dockerfile) | [:whale:](8.1/bullseye/mysqli/Dockerfile) | [:whale:](8.1/alpine3.17/mysqli/Dockerfile) | [:whale:](8.2/bullseye/mysqli/Dockerfile) | [:whale:](8.2/alpine3.17/mysqli/Dockerfile) -[`newrelic`](https://docs.newrelic.com/docs/apm/agents/php-agent/) | `(10.3.0.315)` [:whale:](8.0/bullseye/newrelic/Dockerfile) | `(10.3.0.315)` [:whale:](8.0/alpine3.16/newrelic/Dockerfile) | `(10.3.0.315)` [:whale:](8.1/bullseye/newrelic/Dockerfile) | `(10.3.0.315)` [:whale:](8.1/alpine3.17/newrelic/Dockerfile) | :x: | :x: +[`newrelic`](https://docs.newrelic.com/docs/apm/agents/php-agent/) | `(10.6.0.318)` [:whale:](8.0/bullseye/newrelic/Dockerfile) | `(10.6.0.318)` [:whale:](8.0/alpine3.16/newrelic/Dockerfile) | `(10.6.0.318)` [:whale:](8.1/bullseye/newrelic/Dockerfile) | `(10.6.0.318)` [:whale:](8.1/alpine3.17/newrelic/Dockerfile) | :x: | :x: [`opcache`](https://php.net/opcache) | [:whale:](8.0/bullseye/opcache/Dockerfile) | [:whale:](8.0/alpine3.16/opcache/Dockerfile) | [:whale:](8.1/bullseye/opcache/Dockerfile) | [:whale:](8.1/alpine3.17/opcache/Dockerfile) | [:whale:](8.2/bullseye/opcache/Dockerfile) | [:whale:](8.2/alpine3.17/opcache/Dockerfile) [`pcntl`](https://php.net/pcntl) | [:whale:](8.0/bullseye/pcntl/Dockerfile) | [:whale:](8.0/alpine3.16/pcntl/Dockerfile) | [:whale:](8.1/bullseye/pcntl/Dockerfile) | [:whale:](8.1/alpine3.17/pcntl/Dockerfile) | [:whale:](8.2/bullseye/pcntl/Dockerfile) | [:whale:](8.2/alpine3.17/pcntl/Dockerfile) [`pdo_mysql`](https://php.net/pdo_mysql) | [:whale:](8.0/bullseye/pdo_mysql/Dockerfile) | [:whale:](8.0/alpine3.16/pdo_mysql/Dockerfile) | [:whale:](8.1/bullseye/pdo_mysql/Dockerfile) | [:whale:](8.1/alpine3.17/pdo_mysql/Dockerfile) | [:whale:](8.2/bullseye/pdo_mysql/Dockerfile) | [:whale:](8.2/alpine3.17/pdo_mysql/Dockerfile) [`pdo_pgsql`](https://php.net/pdo_pgsql) | [:whale:](8.0/bullseye/pdo_pgsql/Dockerfile) | [:whale:](8.0/alpine3.16/pdo_pgsql/Dockerfile) | [:whale:](8.1/bullseye/pdo_pgsql/Dockerfile) | [:whale:](8.1/alpine3.17/pdo_pgsql/Dockerfile) | [:whale:](8.2/bullseye/pdo_pgsql/Dockerfile) | [:whale:](8.2/alpine3.17/pdo_pgsql/Dockerfile) -[`pdo_sqlsrv`](https://pecl.php.net/package/pdo_sqlsrv) _PECL_ | `(5.10.1)` [:whale:](8.0/bullseye/pecl_pdo_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.0/alpine3.16/pecl_pdo_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.1/bullseye/pecl_pdo_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.1/alpine3.17/pecl_pdo_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.2/bullseye/pecl_pdo_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.2/alpine3.17/pecl_pdo_sqlsrv/Dockerfile) +[`pdo_sqlsrv`](https://pecl.php.net/package/pdo_sqlsrv) _PECL_ | `(5.11.0)` [:whale:](8.0/bullseye/pecl_pdo_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.0/alpine3.16/pecl_pdo_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.1/bullseye/pecl_pdo_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.1/alpine3.17/pecl_pdo_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.2/bullseye/pecl_pdo_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.2/alpine3.17/pecl_pdo_sqlsrv/Dockerfile) [`pgsql`](https://php.net/pgsql) | [:whale:](8.0/bullseye/pgsql/Dockerfile) | [:whale:](8.0/alpine3.16/pgsql/Dockerfile) | [:whale:](8.1/bullseye/pgsql/Dockerfile) | [:whale:](8.1/alpine3.17/pgsql/Dockerfile) | [:whale:](8.2/bullseye/pgsql/Dockerfile) | [:whale:](8.2/alpine3.17/pgsql/Dockerfile) [`phpiredis`](https://github.com/nrk/phpiredis) | `(1.0.1)` [:whale:](8.0/bullseye/phpiredis/Dockerfile) | `(1.1.x)` [:whale:](8.0/alpine3.16/phpiredis/Dockerfile) | `(1.0.1)` [:whale:](8.1/bullseye/phpiredis/Dockerfile) | `(1.1.x)` [:whale:](8.1/alpine3.17/phpiredis/Dockerfile) | `(1.0.1)` [:whale:](8.2/bullseye/phpiredis/Dockerfile) | `(1.1.x)` [:whale:](8.2/alpine3.17/phpiredis/Dockerfile) -[`protobuf`](https://pecl.php.net/package/protobuf) _PECL_ | `(3.21.12)` [:whale:](8.0/bullseye/pecl_protobuf/Dockerfile) | `(3.21.12)` [:whale:](8.0/alpine3.16/pecl_protobuf/Dockerfile) | `(3.21.12)` [:whale:](8.1/bullseye/pecl_protobuf/Dockerfile) | `(3.21.12)` [:whale:](8.1/alpine3.17/pecl_protobuf/Dockerfile) | `(3.21.12)` [:whale:](8.2/bullseye/pecl_protobuf/Dockerfile) | `(3.21.12)` [:whale:](8.2/alpine3.17/pecl_protobuf/Dockerfile) +[`protobuf`](https://pecl.php.net/package/protobuf) _PECL_ | `(3.22.1)` [:whale:](8.0/bullseye/pecl_protobuf/Dockerfile) | `(3.22.1)` [:whale:](8.0/alpine3.16/pecl_protobuf/Dockerfile) | `(3.22.1)` [:whale:](8.1/bullseye/pecl_protobuf/Dockerfile) | `(3.22.1)` [:whale:](8.1/alpine3.17/pecl_protobuf/Dockerfile) | `(3.22.1)` [:whale:](8.2/bullseye/pecl_protobuf/Dockerfile) | `(3.22.1)` [:whale:](8.2/alpine3.17/pecl_protobuf/Dockerfile) [`redis`](https://pecl.php.net/package/redis) _PECL_ | `(5.3.7)` [:whale:](8.0/bullseye/pecl_redis/Dockerfile) | `(5.3.7)` [:whale:](8.0/alpine3.16/pecl_redis/Dockerfile) | `(5.3.7)` [:whale:](8.1/bullseye/pecl_redis/Dockerfile) | `(5.3.7)` [:whale:](8.1/alpine3.17/pecl_redis/Dockerfile) | `(5.3.7)` [:whale:](8.2/bullseye/pecl_redis/Dockerfile) | `(5.3.7)` [:whale:](8.2/alpine3.17/pecl_redis/Dockerfile) [`seaslog`](https://pecl.php.net/package/seaslog) _PECL_ | `(2.2.0)` [:whale:](8.0/bullseye/pecl_seaslog/Dockerfile) | `(2.2.0)` [:whale:](8.0/alpine3.16/pecl_seaslog/Dockerfile) | `(2.2.0)` [:whale:](8.1/bullseye/pecl_seaslog/Dockerfile) | `(2.2.0)` [:whale:](8.1/alpine3.17/pecl_seaslog/Dockerfile) | `(2.2.0)` [:whale:](8.2/bullseye/pecl_seaslog/Dockerfile) | `(2.2.0)` [:whale:](8.2/alpine3.17/pecl_seaslog/Dockerfile) [`snmp`](https://php.net/snmp) | [:whale:](8.0/bullseye/snmp/Dockerfile) | [:whale:](8.0/alpine3.16/snmp/Dockerfile) | [:whale:](8.1/bullseye/snmp/Dockerfile) | [:whale:](8.1/alpine3.17/snmp/Dockerfile) | [:whale:](8.2/bullseye/snmp/Dockerfile) | [:whale:](8.2/alpine3.17/snmp/Dockerfile) [`soap`](https://php.net/soap) | [:whale:](8.0/bullseye/soap/Dockerfile) | [:whale:](8.0/alpine3.16/soap/Dockerfile) | [:whale:](8.1/bullseye/soap/Dockerfile) | [:whale:](8.1/alpine3.17/soap/Dockerfile) | [:whale:](8.2/bullseye/soap/Dockerfile) | [:whale:](8.2/alpine3.17/soap/Dockerfile) [`sockets`](https://php.net/sockets) | [:whale:](8.0/bullseye/sockets/Dockerfile) | [:whale:](8.0/alpine3.16/sockets/Dockerfile) | [:whale:](8.1/bullseye/sockets/Dockerfile) | [:whale:](8.1/alpine3.17/sockets/Dockerfile) | [:whale:](8.2/bullseye/sockets/Dockerfile) | [:whale:](8.2/alpine3.17/sockets/Dockerfile) -[`sqlsrv`](https://pecl.php.net/package/sqlsrv) _PECL_ | `(5.10.1)` [:whale:](8.0/bullseye/pecl_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.0/alpine3.16/pecl_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.1/bullseye/pecl_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.1/alpine3.17/pecl_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.2/bullseye/pecl_sqlsrv/Dockerfile) | `(5.10.1)` [:whale:](8.2/alpine3.17/pecl_sqlsrv/Dockerfile) +[`sqlsrv`](https://pecl.php.net/package/sqlsrv) _PECL_ | `(5.11.0)` [:whale:](8.0/bullseye/pecl_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.0/alpine3.16/pecl_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.1/bullseye/pecl_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.1/alpine3.17/pecl_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.2/bullseye/pecl_sqlsrv/Dockerfile) | `(5.11.0)` [:whale:](8.2/alpine3.17/pecl_sqlsrv/Dockerfile) [`timezonedb`](https://pecl.php.net/package/timezonedb) _PECL_ | `(2022.7)` [:whale:](8.0/bullseye/pecl_timezonedb/Dockerfile) | `(2022.7)` [:whale:](8.0/alpine3.16/pecl_timezonedb/Dockerfile) | `(2022.7)` [:whale:](8.1/bullseye/pecl_timezonedb/Dockerfile) | `(2022.7)` [:whale:](8.1/alpine3.17/pecl_timezonedb/Dockerfile) | `(2022.7)` [:whale:](8.2/bullseye/pecl_timezonedb/Dockerfile) | `(2022.7)` [:whale:](8.2/alpine3.17/pecl_timezonedb/Dockerfile) [`uuid`](https://pecl.php.net/package/uuid) _PECL_ | `(1.2.0)` [:whale:](8.0/bullseye/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.0/alpine3.16/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.1/bullseye/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.1/alpine3.17/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.2/bullseye/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.2/alpine3.17/pecl_uuid/Dockerfile) [`var_representation`](https://pecl.php.net/package/var_representation) _PECL_ | `(0.1.4)` [:whale:](8.0/bullseye/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.0/alpine3.16/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.1/bullseye/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.1/alpine3.17/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.2/bullseye/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.2/alpine3.17/pecl_var_representation/Dockerfile) [`xdebug`](https://pecl.php.net/package/xdebug) _PECL_ | `(3.2.0)` [:whale:](8.0/bullseye/pecl_xdebug/Dockerfile) | `(3.2.0)` [:whale:](8.0/alpine3.16/pecl_xdebug/Dockerfile) | `(3.2.0)` [:whale:](8.1/bullseye/pecl_xdebug/Dockerfile) | `(3.2.0)` [:whale:](8.1/alpine3.17/pecl_xdebug/Dockerfile) | `(3.2.0)` [:whale:](8.2/bullseye/pecl_xdebug/Dockerfile) | `(3.2.0)` [:whale:](8.2/alpine3.17/pecl_xdebug/Dockerfile) [`xhprof`](https://pecl.php.net/package/xhprof) _PECL_ | `(2.3.9)` [:whale:](8.0/bullseye/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.0/alpine3.16/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.1/bullseye/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.1/alpine3.17/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.2/bullseye/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.2/alpine3.17/pecl_xhprof/Dockerfile) -[`yaml`](https://pecl.php.net/package/yaml) _PECL_ | `(2.2.2)` [:whale:](8.0/bullseye/pecl_yaml/Dockerfile) | `(2.2.2)` [:whale:](8.0/alpine3.16/pecl_yaml/Dockerfile) | `(2.2.2)` [:whale:](8.1/bullseye/pecl_yaml/Dockerfile) | `(2.2.2)` [:whale:](8.1/alpine3.17/pecl_yaml/Dockerfile) | `(2.2.2)` [:whale:](8.2/bullseye/pecl_yaml/Dockerfile) | `(2.2.2)` [:whale:](8.2/alpine3.17/pecl_yaml/Dockerfile) +[`yaml`](https://pecl.php.net/package/yaml) _PECL_ | `(2.2.3)` [:whale:](8.0/bullseye/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.0/alpine3.16/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.1/bullseye/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.1/alpine3.17/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.2/bullseye/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.2/alpine3.17/pecl_yaml/Dockerfile) [`zip`](https://pecl.php.net/package/zip) _PECL_ | `(1.21.1)` [:whale:](8.0/bullseye/pecl_zip/Dockerfile) | `(1.21.1)` [:whale:](8.0/alpine3.16/pecl_zip/Dockerfile) | `(1.21.1)` [:whale:](8.1/bullseye/pecl_zip/Dockerfile) | `(1.21.1)` [:whale:](8.1/alpine3.17/pecl_zip/Dockerfile) | `(1.21.1)` [:whale:](8.2/bullseye/pecl_zip/Dockerfile) | `(1.21.1)` [:whale:](8.2/alpine3.17/pecl_zip/Dockerfile) [`zip`](https://php.net/zip) | [:whale:](8.0/bullseye/zip/Dockerfile) | [:whale:](8.0/alpine3.16/zip/Dockerfile) | [:whale:](8.1/bullseye/zip/Dockerfile) | [:whale:](8.1/alpine3.17/zip/Dockerfile) | [:whale:](8.2/bullseye/zip/Dockerfile) | [:whale:](8.2/alpine3.17/zip/Dockerfile) [`zstd`](https://pecl.php.net/package/zstd) _PECL_ | `(0.12.1)` [:whale:](8.0/bullseye/pecl_zstd/Dockerfile) | `(0.12.1)` [:whale:](8.0/alpine3.16/pecl_zstd/Dockerfile) | `(0.12.1)` [:whale:](8.1/bullseye/pecl_zstd/Dockerfile) | `(0.12.1)` [:whale:](8.1/alpine3.17/pecl_zstd/Dockerfile) | `(0.12.1)` [:whale:](8.2/bullseye/pecl_zstd/Dockerfile) | `(0.12.1)` [:whale:](8.2/alpine3.17/pecl_zstd/Dockerfile)