]> granicus.if.org Git - php/commitdiff
Drop --without-libzip option from Travis
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 17 Sep 2018 15:24:06 +0000 (17:24 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 18 Sep 2018 10:16:55 +0000 (12:16 +0200)
We need to build against the system libzip now.

Also add an UPGRADING note.

UPGRADING
travis/compile.sh

index 729b5ebb2c523ead1fb7d8ca4fd00f77a66bddd6..9affb5b1297fe95ab77b9511fd037da487561c4d 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -65,6 +65,10 @@ PHP 7.4 UPGRADE NOTES
     results of Reflection...::getModifiers(), using hard-coded numeric values.
     Use corresponding constants instead (e.g. ReflectionMethod::IS_PUBLIC).
 
+- Zip:
+  . The bundled libzip library has been removed. A system libzip >= 0.11 is now
+    necessary to build the extension.
+
 ========================================
 10. New Global Constants
 ========================================
index 0017026c1b81f3731a78983018bd412e3cd94578..b2d29b99df670b07c17798a21280cb4199de7028 100755 (executable)
@@ -45,7 +45,6 @@ $TS \
 --with-png-dir=/usr \
 --enable-exif \
 --enable-zip \
---without-libzip \
 --with-zlib \
 --with-zlib-dir=/usr \
 --enable-soap \