Skip to content

Commit 56203fc

Browse files
authored
Merge pull request #247 from nupplaphil/bug/intl
Fix intlChar
2 parents 4196041 + 0be4cca commit 56203fc

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

2023.12/apache/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ RUN set -ex; \
9393
pcntl \
9494
ldap \
9595
gmp \
96+
intl \
9697
; \
9798
\
9899
# pecl will claim success even if one install fails, so we need to perform each install separately

2023.12/fpm-alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN set -ex; \
7979
pcntl \
8080
ldap \
8181
gmp \
82+
intl \
8283
; \
8384
\
8485
# pecl will claim success even if one install fails, so we need to perform each install separately

2023.12/fpm/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ RUN set -ex; \
9393
pcntl \
9494
ldap \
9595
gmp \
96+
intl \
9697
; \
9798
\
9899
# pecl will claim success even if one install fails, so we need to perform each install separately

2024.03-dev/apache/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ RUN set -ex; \
9393
pcntl \
9494
ldap \
9595
gmp \
96+
intl \
9697
; \
9798
\
9899
# pecl will claim success even if one install fails, so we need to perform each install separately

2024.03-dev/fpm-alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN set -ex; \
7979
pcntl \
8080
ldap \
8181
gmp \
82+
intl \
8283
; \
8384
\
8485
# pecl will claim success even if one install fails, so we need to perform each install separately

2024.03-dev/fpm/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ RUN set -ex; \
9393
pcntl \
9494
ldap \
9595
gmp \
96+
intl \
9697
; \
9798
\
9899
# pecl will claim success even if one install fails, so we need to perform each install separately

2024.03-rc/apache/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ RUN set -ex; \
9393
pcntl \
9494
ldap \
9595
gmp \
96+
intl \
9697
; \
9798
\
9899
# pecl will claim success even if one install fails, so we need to perform each install separately

2024.03-rc/fpm-alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN set -ex; \
7979
pcntl \
8080
ldap \
8181
gmp \
82+
intl \
8283
; \
8384
\
8485
# pecl will claim success even if one install fails, so we need to perform each install separately

2024.03-rc/fpm/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ RUN set -ex; \
9393
pcntl \
9494
ldap \
9595
gmp \
96+
intl \
9697
; \
9798
\
9899
# pecl will claim success even if one install fails, so we need to perform each install separately

Dockerfile-alpine.template

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RUN set -ex; \
7878
pcntl \
7979
ldap \
8080
gmp \
81+
intl \
8182
; \
8283
\
8384
# pecl will claim success even if one install fails, so we need to perform each install separately

Dockerfile-debian.template

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ RUN set -ex; \
9292
pcntl \
9393
ldap \
9494
gmp \
95+
intl \
9596
; \
9697
\
9798
# pecl will claim success even if one install fails, so we need to perform each install separately

0 commit comments

Comments
 (0)