We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2292bae + 0b47f3b commit 3ccfef0Copy full SHA for 3ccfef0
Dockerfile
@@ -191,7 +191,7 @@ RUN \
191
docker-cli \
192
libgomp \
193
git \
194
- && docker-php-ext-install sockets pdo_mysql pdo_pgsql \
+ && docker-php-ext-install sockets pdo_mysql pdo_pgsql intl \
195
&& apk del .deps \
196
&& rm -rf /var/cache/apk/*
197
tests.yaml
@@ -134,3 +134,8 @@ commandTests:
134
- ".*brotli.*"
135
- ".*lz4.*"
136
- ".*snappy.*"
137
+ - name: 'PHP intl'
138
+ command: "php"
139
+ args: ["-r", 'print(\Normalizer::FORM_D);']
140
+ expectedOutput:
141
+ - "4"
0 commit comments