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: 5.5/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ RUN set -xe \
64
64
--disable-cgi \
65
65
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
66
66
--enable-mysqlnd \
67
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.5/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ RUN set -xe \
66
66
--disable-cgi \
67
67
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
68
68
--enable-mysqlnd \
69
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.5/apache/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ RUN set -xe \
77
77
--disable-cgi \
78
78
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
79
79
--enable-mysqlnd \
80
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.5/fpm/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ RUN set -xe \
65
65
--disable-cgi \
66
66
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
67
67
--enable-mysqlnd \
68
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.5/fpm/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ RUN set -xe \
67
67
--disable-cgi \
68
68
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
69
69
--enable-mysqlnd \
70
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.5/zts/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ RUN set -xe \
65
65
--disable-cgi \
66
66
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
67
67
--enable-mysqlnd \
68
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.5/zts/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ RUN set -xe \
67
67
--disable-cgi \
68
68
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
69
69
--enable-mysqlnd \
70
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.6/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ RUN set -xe \
64
64
--disable-cgi \
65
65
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
66
66
--enable-mysqlnd \
67
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.6/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ RUN set -xe \
66
66
--disable-cgi \
67
67
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
68
68
--enable-mysqlnd \
69
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.6/apache/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ RUN set -xe \
77
77
--disable-cgi \
78
78
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
79
79
--enable-mysqlnd \
80
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.6/fpm/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ RUN set -xe \
65
65
--disable-cgi \
66
66
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
67
67
--enable-mysqlnd \
68
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.6/fpm/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ RUN set -xe \
67
67
--disable-cgi \
68
68
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
69
69
--enable-mysqlnd \
70
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.6/zts/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ RUN set -xe \
65
65
--disable-cgi \
66
66
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
67
67
--enable-mysqlnd \
68
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 5.6/zts/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ RUN set -xe \
67
67
--disable-cgi \
68
68
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
69
69
--enable-mysqlnd \
70
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 7.0/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ RUN set -xe \
64
64
--disable-cgi \
65
65
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
66
66
--enable-mysqlnd \
67
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 7.0/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ RUN set -xe \
66
66
--disable-cgi \
67
67
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
68
68
--enable-mysqlnd \
69
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 7.0/apache/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ RUN set -xe \
77
77
--disable-cgi \
78
78
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
79
79
--enable-mysqlnd \
80
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 7.0/fpm/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ RUN set -xe \
65
65
--disable-cgi \
66
66
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
67
67
--enable-mysqlnd \
68
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 7.0/fpm/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ RUN set -xe \
67
67
--disable-cgi \
68
68
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
69
69
--enable-mysqlnd \
70
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 7.0/zts/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ RUN set -xe \
65
65
--disable-cgi \
66
66
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
67
67
--enable-mysqlnd \
68
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: 7.0/zts/alpine/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ RUN set -xe \
67
67
--disable-cgi \
68
68
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
69
69
--enable-mysqlnd \
70
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: Dockerfile-alpine.template
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ RUN set -xe \
66
66
--disable-cgi \
67
67
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
68
68
--enable-mysqlnd \
69
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
Copy file name to clipboardExpand all lines: Dockerfile-debian.template
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ RUN set -xe \
64
64
--disable-cgi \
65
65
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
66
66
--enable-mysqlnd \
67
+
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
0 commit comments