summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-11 09:19:11 +0200
committerRemi Collet <remi@php.net>2017-09-11 09:23:01 +0200
commit8857161bf2936bb807ac99c991509821bf7f1100 (patch)
treeb347069b9320d3ead8f93932c7f276782850fe99 /travis
parent9b34227a5db34f9fc5f8570df6be2cc88e67b4ab (diff)
downloadphp-git-8857161bf2936bb807ac99c991509821bf7f1100.tar.gz
Use system libzip by default
Use --without-libzip in travis, as libzip version available there is too old (0.10, while 0.11 is required, 1.3.0 is best) The real plan is to really drop bundled libzip... delayed. Notice: only system library have full features: * encryption * bzip support
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index b2d29b99df..0017026c1b 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -45,6 +45,7 @@ $TS \
--with-png-dir=/usr \
--enable-exif \
--enable-zip \
+--without-libzip \
--with-zlib \
--with-zlib-dir=/usr \
--enable-soap \