Skip to content

Commit 4997725

Browse files
committed
imap has been removed from core in 8.4
1 parent 99d03c6 commit 4997725

File tree

21 files changed

+36
-32
lines changed

21 files changed

+36
-32
lines changed

docker/php-official/5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN set -x \
142142
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146
&& docker-php-ext-install \
147147
bcmath \
148148
bz2 \

docker/php-official/7.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN set -x \
142142
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146
&& docker-php-ext-install \
147147
bcmath \
148148
bz2 \

docker/php-official/7.1-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ RUN set -x \
148148
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
149149
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
150150
&& docker-php-ext-configure ldap \
151-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
151+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
152152
&& docker-php-ext-install \
153153
bcmath \
154154
bz2 \
@@ -159,7 +159,7 @@ RUN set -x \
159159
intl \
160160
gettext \
161161
ldap \
162-
mysqli \
162+
mysqli \
163163
imap \
164164
hash \
165165
pcntl \

docker/php-official/7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN set -x \
142142
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146
&& docker-php-ext-install \
147147
bcmath \
148148
bz2 \

docker/php-official/7.2-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ RUN set -x \
148148
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
149149
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
150150
&& docker-php-ext-configure ldap \
151-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
151+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
152152
&& docker-php-ext-install \
153153
bcmath \
154154
bz2 \
@@ -159,7 +159,7 @@ RUN set -x \
159159
intl \
160160
gettext \
161161
ldap \
162-
mysqli \
162+
mysqli \
163163
imap \
164164
hash \
165165
pcntl \

docker/php-official/7.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN set -x \
142142
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146
&& docker-php-ext-install \
147147
bcmath \
148148
bz2 \

docker/php-official/7.3-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ RUN set -x \
148148
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
149149
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
150150
&& docker-php-ext-configure ldap \
151-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
151+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
152152
&& docker-php-ext-install \
153153
bcmath \
154154
bz2 \
@@ -159,7 +159,7 @@ RUN set -x \
159159
intl \
160160
gettext \
161161
ldap \
162-
mysqli \
162+
mysqli \
163163
imap \
164164
hash \
165165
pcntl \

docker/php-official/7.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN set -x \
142142
&& docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146
&& docker-php-ext-install \
147147
bcmath \
148148
bz2 \

docker/php-official/7.4-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN set -x \
151151
&& git clone --branch latest --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
152152
&& cd /usr/src/php/ext/amqp && git submodule update --init \
153153
&& docker-php-ext-configure ldap \
154-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
154+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
155155
&& docker-php-ext-install \
156156
bcmath \
157157
bz2 \
@@ -165,7 +165,7 @@ RUN set -x \
165165
intl \
166166
gettext \
167167
ldap \
168-
mysqli \
168+
mysqli \
169169
imap \
170170
pcntl \
171171
pdo_mysql \

docker/php-official/7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN set -x \
142142
&& PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
143143
&& docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
144144
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145-
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146
&& docker-php-ext-install \
147147
bcmath \
148148
bz2 \

0 commit comments

Comments
 (0)