We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e23dff commit 1a55c36Copy full SHA for 1a55c36
UPGRADING
@@ -65,6 +65,10 @@ PHP 7.4 UPGRADE NOTES
65
results of Reflection...::getModifiers(), using hard-coded numeric values.
66
Use corresponding constants instead (e.g. ReflectionMethod::IS_PUBLIC).
67
68
+- Zip:
69
+ . The bundled libzip library has been removed. A system libzip >= 0.11 is now
70
+ necessary to build the extension.
71
+
72
========================================
73
10. New Global Constants
74
travis/compile.sh
@@ -45,7 +45,6 @@ $TS \
45
--with-png-dir=/usr \
46
--enable-exif \
47
--enable-zip \
48
---without-libzip \
49
--with-zlib \
50
--with-zlib-dir=/usr \
51
--enable-soap \
0 commit comments