File tree 5 files changed +7
-2
lines changed
5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 15
15
export LDFLAGS=-L/usr/lib/i386-linux-gnu
16
16
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
17
17
./configure ${{ parameters.configurationParameters }} \
18
+ --enable-option-checking=fatal \
18
19
--prefix=/usr \
19
20
--enable-phpdbg \
20
21
--enable-fpm \
Original file line number Diff line number Diff line change 14
14
- script : |
15
15
./buildconf --force
16
16
./configure ${{ parameters.configurationParameters }} \
17
+ --enable-option-checking=fatal \
17
18
--prefix=/usr \
18
19
--enable-phpdbg \
19
20
--enable-fpm \
Original file line number Diff line number Diff line change 19
19
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig"
20
20
./buildconf --force
21
21
./configure ${{ parameters.configurationParameters }} \
22
+ --enable-option-checking=fatal \
22
23
--prefix=/usr/local \
23
24
--disable-phpdbg \
24
25
--enable-fpm \
Original file line number Diff line number Diff line change 20
20
# msan requires all used libraries to be instrumented,
21
21
# so we should avoiding linking against anything but libc here
22
22
./configure ${{ parameters.configurationParameters }} \
23
+ --enable-option-checking=fatal \
23
24
--prefix=/usr \
24
25
--without-sqlite3 \
25
26
--without-pdo-sqlite \
Original file line number Diff line number Diff line change 5
5
TS=" " ;
6
6
fi
7
7
if [[ " $ENABLE_DEBUG " == 1 ]]; then
8
- DEBUG=" --enable-debug --without-pcre-valgrind " ;
8
+ DEBUG=" --enable-debug" ;
9
9
else
10
10
DEBUG=" " ;
11
11
fi
@@ -27,6 +27,7 @@ MAKE_JOBS=${MAKE_JOBS:-2}
27
27
28
28
./buildconf --force
29
29
./configure \
30
+ --enable-option-checking=fatal \
30
31
--prefix=" $HOME " /php-install \
31
32
$CONFIG_QUIET \
32
33
$DEBUG \
46
47
--with-freetype \
47
48
--with-xpm \
48
49
--enable-exif \
49
- --enable -zip \
50
+ --with -zip \
50
51
--with-zlib \
51
52
--with-zlib-dir=/usr \
52
53
--enable-soap \
You can’t perform that action at this time.
0 commit comments