You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 7.4-rc/alpine3.10/cli/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,9 @@ RUN set -eux; \
144
144
--with-openssl \
145
145
--with-zlib \
146
146
\
147
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/alpine3.10/fpm/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,9 @@ RUN set -eux; \
145
145
--with-openssl \
146
146
--with-zlib \
147
147
\
148
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/alpine3.10/zts/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,9 @@ RUN set -eux; \
145
145
--with-openssl \
146
146
--with-zlib \
147
147
\
148
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/alpine3.9/cli/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,9 @@ RUN set -eux; \
144
144
--with-openssl \
145
145
--with-zlib \
146
146
\
147
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/alpine3.9/fpm/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,9 @@ RUN set -eux; \
145
145
--with-openssl \
146
146
--with-zlib \
147
147
\
148
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/alpine3.9/zts/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,9 @@ RUN set -eux; \
145
145
--with-openssl \
146
146
--with-zlib \
147
147
\
148
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/stretch/apache/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,9 @@ RUN set -eux; \
234
234
--with-openssl \
235
235
--with-zlib \
236
236
\
237
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/stretch/cli/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,9 @@ RUN set -eux; \
174
174
--with-openssl \
175
175
--with-zlib \
176
176
\
177
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/stretch/fpm/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,9 @@ RUN set -eux; \
175
175
--with-openssl \
176
176
--with-zlib \
177
177
\
178
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: 7.4-rc/stretch/zts/Dockerfile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,9 @@ RUN set -eux; \
175
175
--with-openssl \
176
176
--with-zlib \
177
177
\
178
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: Dockerfile-alpine.template
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,9 @@ RUN set -eux; \
138
138
--with-openssl \
139
139
--with-zlib \
140
140
\
141
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
Copy file name to clipboardExpand all lines: Dockerfile-debian.template
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,9 @@ RUN set -eux; \
168
168
--with-openssl \
169
169
--with-zlib \
170
170
\
171
+
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear") and will be removed in PHP 8+; see also https://github.com/docker-library/php/issues/846#issuecomment-505638494
0 commit comments