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 090bddb commit f3e6b12Copy full SHA for f3e6b12
ext/zip/config.m4
@@ -4,7 +4,7 @@ PHP_ARG_WITH([zip],
4
[Include Zip read/write support])])
5
6
if test "$PHP_ZIP" != "no"; then
7
- PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.11])
+ PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0])
8
9
PHP_EVAL_INCLINE($LIBZIP_CFLAGS)
10
PHP_EVAL_LIBLINE($LIBZIP_LIBS, ZIP_SHARED_LIBADD)
0 commit comments