Skip to content

Commit 1c56a83

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fix #80825: ZipArchive::isCompressionMethodSupported does not exist
2 parents ec5e811 + 4f478af commit 1c56a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (PHP_ZIP != "no") {
1616
}
1717

1818
AC_DEFINE('HAVE_ZIP', 1);
19-
ADD_FLAG("CFLAGS_ZIP", "/D _WIN32 /D HAVE_SET_MTIME /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION /D HAVE_PROGRESS_CALLBACK /D HAVE_CANCEL_CALLBACK /D LZMA_API_STATIC");
19+
ADD_FLAG("CFLAGS_ZIP", "/D _WIN32 /D HAVE_SET_MTIME /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION /D HAVE_PROGRESS_CALLBACK /D HAVE_CANCEL_CALLBACK /D HAVE_METHOD_SUPPORTED /D LZMA_API_STATIC");
2020
} else {
2121
WARNING("zip not enabled; libraries and headers not found");
2222
}

0 commit comments

Comments
 (0)