File tree Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,8 @@ RUN set -eux; \
209
209
--build="$gnuArch" \
210
210
--with-config-file-path="$PHP_INI_DIR" \
211
211
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
212
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
213
+ --enable-option-checking=fatal \
212
214
\
213
215
--disable-cgi \
214
216
\
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ RUN set -eux; \
207
207
--build="$gnuArch" \
208
208
--with-config-file-path="$PHP_INI_DIR" \
209
209
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
210
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
211
+ --enable-option-checking=fatal \
210
212
\
211
213
--disable-cgi \
212
214
\
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ RUN set -eux; \
207
207
--build="$gnuArch" \
208
208
--with-config-file-path="$PHP_INI_DIR" \
209
209
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
210
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
211
+ --enable-option-checking=fatal \
210
212
\
211
213
--disable-cgi \
212
214
\
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ RUN set -eux; \
207
207
--build="$gnuArch" \
208
208
--with-config-file-path="$PHP_INI_DIR" \
209
209
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
210
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
211
+ --enable-option-checking=fatal \
210
212
\
211
213
--disable-cgi \
212
214
\
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ RUN set -eux; \
207
207
--build="$gnuArch" \
208
208
--with-config-file-path="$PHP_INI_DIR" \
209
209
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
210
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
211
+ --enable-option-checking=fatal \
210
212
\
211
213
--disable-cgi \
212
214
\
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ RUN set -eux; \
207
207
--build="$gnuArch" \
208
208
--with-config-file-path="$PHP_INI_DIR" \
209
209
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
210
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
211
+ --enable-option-checking=fatal \
210
212
\
211
213
--disable-cgi \
212
214
\
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ RUN set -eux; \
207
207
--build="$gnuArch" \
208
208
--with-config-file-path="$PHP_INI_DIR" \
209
209
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
210
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
211
+ --enable-option-checking=fatal \
210
212
\
211
213
--disable-cgi \
212
214
\
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ RUN set -eux; \
143
143
--build="$gnuArch" \
144
144
--with-config-file-path="$PHP_INI_DIR" \
145
145
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
146
+ # Неправильные флаги должны прерывать сборку, чтобы их легче было обнаружить.
147
+ --enable-option-checking=fatal \
146
148
\
147
149
--disable-cgi \
148
150
\
You can’t perform that action at this time.
0 commit comments