Skip to content

Commit 1a55c36

Browse files
committed
Drop --without-libzip option from Travis
We need to build against the system libzip now. Also add an UPGRADING note.
1 parent 4e23dff commit 1a55c36

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ PHP 7.4 UPGRADE NOTES
6565
results of Reflection...::getModifiers(), using hard-coded numeric values.
6666
Use corresponding constants instead (e.g. ReflectionMethod::IS_PUBLIC).
6767

68+
- Zip:
69+
. The bundled libzip library has been removed. A system libzip >= 0.11 is now
70+
necessary to build the extension.
71+
6872
========================================
6973
10. New Global Constants
7074
========================================

travis/compile.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ $TS \
4545
--with-png-dir=/usr \
4646
--enable-exif \
4747
--enable-zip \
48-
--without-libzip \
4948
--with-zlib \
5049
--with-zlib-dir=/usr \
5150
--enable-soap \

0 commit comments

Comments
 (0)