diff --git a/7.3/alpine3.13/cli/docker-php-ext-install b/7.3/alpine3.13/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/alpine3.13/cli/docker-php-ext-install +++ b/7.3/alpine3.13/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/alpine3.13/fpm/docker-php-ext-install b/7.3/alpine3.13/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/alpine3.13/fpm/docker-php-ext-install +++ b/7.3/alpine3.13/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/alpine3.13/zts/docker-php-ext-install b/7.3/alpine3.13/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/alpine3.13/zts/docker-php-ext-install +++ b/7.3/alpine3.13/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/alpine3.14/cli/docker-php-ext-install b/7.3/alpine3.14/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/alpine3.14/cli/docker-php-ext-install +++ b/7.3/alpine3.14/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/alpine3.14/fpm/docker-php-ext-install b/7.3/alpine3.14/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/alpine3.14/fpm/docker-php-ext-install +++ b/7.3/alpine3.14/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/alpine3.14/zts/docker-php-ext-install b/7.3/alpine3.14/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/alpine3.14/zts/docker-php-ext-install +++ b/7.3/alpine3.14/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/bullseye/apache/docker-php-ext-install b/7.3/bullseye/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/bullseye/apache/docker-php-ext-install +++ b/7.3/bullseye/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/bullseye/cli/docker-php-ext-install b/7.3/bullseye/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/bullseye/cli/docker-php-ext-install +++ b/7.3/bullseye/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/bullseye/fpm/docker-php-ext-install b/7.3/bullseye/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/bullseye/fpm/docker-php-ext-install +++ b/7.3/bullseye/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/bullseye/zts/docker-php-ext-install b/7.3/bullseye/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/bullseye/zts/docker-php-ext-install +++ b/7.3/bullseye/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/buster/apache/docker-php-ext-install b/7.3/buster/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/buster/apache/docker-php-ext-install +++ b/7.3/buster/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/buster/cli/docker-php-ext-install b/7.3/buster/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/buster/cli/docker-php-ext-install +++ b/7.3/buster/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/buster/fpm/docker-php-ext-install b/7.3/buster/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/buster/fpm/docker-php-ext-install +++ b/7.3/buster/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.3/buster/zts/docker-php-ext-install b/7.3/buster/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.3/buster/zts/docker-php-ext-install +++ b/7.3/buster/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/alpine3.13/cli/docker-php-ext-install b/7.4/alpine3.13/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/alpine3.13/cli/docker-php-ext-install +++ b/7.4/alpine3.13/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/alpine3.13/fpm/docker-php-ext-install b/7.4/alpine3.13/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/alpine3.13/fpm/docker-php-ext-install +++ b/7.4/alpine3.13/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/alpine3.13/zts/docker-php-ext-install b/7.4/alpine3.13/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/alpine3.13/zts/docker-php-ext-install +++ b/7.4/alpine3.13/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/alpine3.14/cli/docker-php-ext-install b/7.4/alpine3.14/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/alpine3.14/cli/docker-php-ext-install +++ b/7.4/alpine3.14/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/alpine3.14/fpm/docker-php-ext-install b/7.4/alpine3.14/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/alpine3.14/fpm/docker-php-ext-install +++ b/7.4/alpine3.14/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/alpine3.14/zts/docker-php-ext-install b/7.4/alpine3.14/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/alpine3.14/zts/docker-php-ext-install +++ b/7.4/alpine3.14/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/bullseye/apache/docker-php-ext-install b/7.4/bullseye/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/bullseye/apache/docker-php-ext-install +++ b/7.4/bullseye/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/bullseye/cli/docker-php-ext-install b/7.4/bullseye/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/bullseye/cli/docker-php-ext-install +++ b/7.4/bullseye/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/bullseye/fpm/docker-php-ext-install b/7.4/bullseye/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/bullseye/fpm/docker-php-ext-install +++ b/7.4/bullseye/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/bullseye/zts/docker-php-ext-install b/7.4/bullseye/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/bullseye/zts/docker-php-ext-install +++ b/7.4/bullseye/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/buster/apache/docker-php-ext-install b/7.4/buster/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/buster/apache/docker-php-ext-install +++ b/7.4/buster/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/buster/cli/docker-php-ext-install b/7.4/buster/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/buster/cli/docker-php-ext-install +++ b/7.4/buster/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/buster/fpm/docker-php-ext-install b/7.4/buster/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/buster/fpm/docker-php-ext-install +++ b/7.4/buster/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/7.4/buster/zts/docker-php-ext-install b/7.4/buster/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/7.4/buster/zts/docker-php-ext-install +++ b/7.4/buster/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/alpine3.13/cli/docker-php-ext-install b/8.0/alpine3.13/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/alpine3.13/cli/docker-php-ext-install +++ b/8.0/alpine3.13/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/alpine3.13/fpm/docker-php-ext-install b/8.0/alpine3.13/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/alpine3.13/fpm/docker-php-ext-install +++ b/8.0/alpine3.13/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/alpine3.14/cli/docker-php-ext-install b/8.0/alpine3.14/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/alpine3.14/cli/docker-php-ext-install +++ b/8.0/alpine3.14/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/alpine3.14/fpm/docker-php-ext-install b/8.0/alpine3.14/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/alpine3.14/fpm/docker-php-ext-install +++ b/8.0/alpine3.14/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/bullseye/apache/docker-php-ext-install b/8.0/bullseye/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/bullseye/apache/docker-php-ext-install +++ b/8.0/bullseye/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/bullseye/cli/docker-php-ext-install b/8.0/bullseye/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/bullseye/cli/docker-php-ext-install +++ b/8.0/bullseye/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/bullseye/fpm/docker-php-ext-install b/8.0/bullseye/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/bullseye/fpm/docker-php-ext-install +++ b/8.0/bullseye/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/bullseye/zts/docker-php-ext-install b/8.0/bullseye/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/bullseye/zts/docker-php-ext-install +++ b/8.0/bullseye/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/buster/apache/docker-php-ext-install b/8.0/buster/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/buster/apache/docker-php-ext-install +++ b/8.0/buster/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/buster/cli/docker-php-ext-install b/8.0/buster/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/buster/cli/docker-php-ext-install +++ b/8.0/buster/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/buster/fpm/docker-php-ext-install b/8.0/buster/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/buster/fpm/docker-php-ext-install +++ b/8.0/buster/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.0/buster/zts/docker-php-ext-install b/8.0/buster/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.0/buster/zts/docker-php-ext-install +++ b/8.0/buster/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/alpine3.13/cli/docker-php-ext-install b/8.1-rc/alpine3.13/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/alpine3.13/cli/docker-php-ext-install +++ b/8.1-rc/alpine3.13/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/alpine3.13/fpm/docker-php-ext-install b/8.1-rc/alpine3.13/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/alpine3.13/fpm/docker-php-ext-install +++ b/8.1-rc/alpine3.13/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/alpine3.14/cli/docker-php-ext-install b/8.1-rc/alpine3.14/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/alpine3.14/cli/docker-php-ext-install +++ b/8.1-rc/alpine3.14/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/alpine3.14/fpm/docker-php-ext-install b/8.1-rc/alpine3.14/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/alpine3.14/fpm/docker-php-ext-install +++ b/8.1-rc/alpine3.14/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/bullseye/apache/docker-php-ext-install b/8.1-rc/bullseye/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/bullseye/apache/docker-php-ext-install +++ b/8.1-rc/bullseye/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/bullseye/cli/docker-php-ext-install b/8.1-rc/bullseye/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/bullseye/cli/docker-php-ext-install +++ b/8.1-rc/bullseye/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/bullseye/fpm/docker-php-ext-install b/8.1-rc/bullseye/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/bullseye/fpm/docker-php-ext-install +++ b/8.1-rc/bullseye/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/bullseye/zts/docker-php-ext-install b/8.1-rc/bullseye/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/bullseye/zts/docker-php-ext-install +++ b/8.1-rc/bullseye/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/buster/apache/docker-php-ext-install b/8.1-rc/buster/apache/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/buster/apache/docker-php-ext-install +++ b/8.1-rc/buster/apache/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/buster/cli/docker-php-ext-install b/8.1-rc/buster/cli/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/buster/cli/docker-php-ext-install +++ b/8.1-rc/buster/cli/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/buster/fpm/docker-php-ext-install b/8.1-rc/buster/fpm/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/buster/fpm/docker-php-ext-install +++ b/8.1-rc/buster/fpm/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/8.1-rc/buster/zts/docker-php-ext-install b/8.1-rc/buster/zts/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/8.1-rc/buster/zts/docker-php-ext-install +++ b/8.1-rc/buster/zts/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \ diff --git a/docker-php-ext-install b/docker-php-ext-install index f377be4df..cc742e9eb 100755 --- a/docker-php-ext-install +++ b/docker-php-ext-install @@ -105,6 +105,12 @@ for ext in $exts; do cd "$ext" [ -e Makefile ] || docker-php-ext-configure "$ext" make -j"$j" + find modules \ + -maxdepth 1 \ + -name '*.so' \ + -exec sh -euxc ' \ + strip --strip-all "$@" || : + ' -- '{}' + make -j"$j" install find modules \ -maxdepth 1 \