File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ RUN set -eux; \
117
117
--with-config-file-path="$PHP_INI_DIR" \
118
118
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
119
119
\
120
- # make sure invalid --configure-flags are fatal errors intead of just warnings
120
+ # make sure invalid --configure-flags are fatal errors instead of just warnings
121
121
--enable-option-checking=fatal \
122
122
\
123
123
# https://github.com/docker-library/php/issues/439
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ RUN set -eux; \
145
145
--with-config-file-path="$PHP_INI_DIR" \
146
146
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
147
147
\
148
- # make sure invalid --configure-flags are fatal errors intead of just warnings
148
+ # make sure invalid --configure-flags are fatal errors instead of just warnings
149
149
--enable-option-checking=fatal \
150
150
\
151
151
# https://github.com/docker-library/php/issues/439
You can’t perform that action at this time.
0 commit comments