summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-07-03 08:16:47 +0200
committerJoe Watkins <krakjoe@php.net>2019-07-03 08:16:47 +0200
commit4fb595d8b72e1a1059aac32bca24f6c8b915b091 (patch)
tree5a0f1658f8c6241fa679cec68e7b49988f6106f1 /travis
parent0baf81514a44ee4988384ffbe6e448781267001c (diff)
parenta45192e183d456b3288e466b51137e7e2a5e2cf6 (diff)
downloadphp-git-4fb595d8b72e1a1059aac32bca24f6c8b915b091.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Enable option checking on CI
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index e64bc64e6e..045178d6b1 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -5,7 +5,7 @@ else
TS="";
fi
if [[ "$ENABLE_DEBUG" == 1 ]]; then
- DEBUG="--enable-debug --without-pcre-valgrind";
+ DEBUG="--enable-debug";
else
DEBUG="";
fi
@@ -27,6 +27,7 @@ MAKE_JOBS=${MAKE_JOBS:-2}
./buildconf --force
./configure \
+--enable-option-checking=fatal \
--prefix="$HOME"/php-install \
$CONFIG_QUIET \
$DEBUG \
@@ -46,7 +47,7 @@ $TS \
--with-freetype \
--with-xpm \
--enable-exif \
---enable-zip \
+--with-zip \
--with-zlib \
--with-zlib-dir=/usr \
--enable-soap \