mirror of
https://github.com/danog/php.git
synced 2024-11-30 04:29:16 +01:00
Merge pull request #1088 from q0rban/1087-8.0-pear
Configure PHP with pear/pecl installers for PHP 8.0
This commit is contained in:
commit
cf3943ec27
1
7.4/alpine3.11/cli/Dockerfile
generated
1
7.4/alpine3.11/cli/Dockerfile
generated
@ -146,7 +146,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/alpine3.11/fpm/Dockerfile
generated
1
7.4/alpine3.11/fpm/Dockerfile
generated
@ -148,7 +148,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/alpine3.11/zts/Dockerfile
generated
1
7.4/alpine3.11/zts/Dockerfile
generated
@ -148,7 +148,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/alpine3.12/cli/Dockerfile
generated
1
7.4/alpine3.12/cli/Dockerfile
generated
@ -146,7 +146,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/alpine3.12/fpm/Dockerfile
generated
1
7.4/alpine3.12/fpm/Dockerfile
generated
@ -148,7 +148,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/alpine3.12/zts/Dockerfile
generated
1
7.4/alpine3.12/zts/Dockerfile
generated
@ -148,7 +148,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/buster/apache/Dockerfile
generated
1
7.4/buster/apache/Dockerfile
generated
@ -223,7 +223,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/buster/cli/Dockerfile
generated
1
7.4/buster/cli/Dockerfile
generated
@ -162,7 +162,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/buster/fpm/Dockerfile
generated
1
7.4/buster/fpm/Dockerfile
generated
@ -164,7 +164,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
1
7.4/buster/zts/Dockerfile
generated
1
7.4/buster/zts/Dockerfile
generated
@ -164,7 +164,6 @@ RUN set -eux; \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
3
8.0-rc/alpine3.12/cli/Dockerfile
generated
3
8.0-rc/alpine3.12/cli/Dockerfile
generated
@ -145,6 +145,9 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
|
||||
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
|
||||
|
3
8.0-rc/alpine3.12/fpm/Dockerfile
generated
3
8.0-rc/alpine3.12/fpm/Dockerfile
generated
@ -147,6 +147,9 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
|
||||
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
|
||||
|
3
8.0-rc/buster/apache/Dockerfile
generated
3
8.0-rc/buster/apache/Dockerfile
generated
@ -222,6 +222,9 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
|
||||
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
|
||||
|
3
8.0-rc/buster/cli/Dockerfile
generated
3
8.0-rc/buster/cli/Dockerfile
generated
@ -161,6 +161,9 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
|
||||
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
|
||||
|
3
8.0-rc/buster/fpm/Dockerfile
generated
3
8.0-rc/buster/fpm/Dockerfile
generated
@ -163,6 +163,9 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
|
||||
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
|
||||
|
3
8.0-rc/buster/zts/Dockerfile
generated
3
8.0-rc/buster/zts/Dockerfile
generated
@ -163,6 +163,9 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
--with-pear \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
|
||||
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
|
||||
|
@ -155,9 +155,8 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
{{ if (.version | version_id) | . >= ("7.4" | version_id) and . < ("8" | version_id) then ( -}}
|
||||
{{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
{{ ) else "" end -}}
|
||||
|
@ -184,9 +184,8 @@ RUN set -eux; \
|
||||
--with-openssl \
|
||||
--with-zlib \
|
||||
\
|
||||
{{ if (.version | version_id) | . >= ("7.4" | version_id) and . < ("8" | version_id) then ( -}}
|
||||
{{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
# ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
|
||||
--with-pear \
|
||||
\
|
||||
{{ ) else "" end -}}
|
||||
|
Loading…
Reference in New Issue
Block a user