Skip to content

Commit f3e6b12

Browse files
remicolletnikic
authored andcommitted
check for broken libzip versions
Closes GH-5738.
1 parent 090bddb commit f3e6b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHP_ARG_WITH([zip],
44
[Include Zip read/write support])])
55

66
if test "$PHP_ZIP" != "no"; then
7-
PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.11])
7+
PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0])
88

99
PHP_EVAL_INCLINE($LIBZIP_CFLAGS)
1010
PHP_EVAL_LIBLINE($LIBZIP_LIBS, ZIP_SHARED_LIBADD)

0 commit comments

Comments
 (0)