diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2021-03-03 22:57:51 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2021-03-03 22:57:51 +0100 |
commit | 1c56a830ce5e95a169952f55dade397e5e960c2f (patch) | |
tree | 0f38eaf6fdeea70a29dd8b6fef153234642d6c30 | |
parent | ec5e811dbddbcb53db1d6ffa6f69eb9a1a36478e (diff) | |
parent | 4f478af16d24fd9302af352be79514339371fb0b (diff) | |
download | php-git-1c56a830ce5e95a169952f55dade397e5e960c2f.tar.gz |
Merge branch 'PHP-8.0'
* PHP-8.0:
Fix #80825: ZipArchive::isCompressionMethodSupported does not exist
-rw-r--r-- | ext/zip/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/config.w32 b/ext/zip/config.w32 index fa4f2df18c..7ea33766f1 100644 --- a/ext/zip/config.w32 +++ b/ext/zip/config.w32 @@ -16,7 +16,7 @@ if (PHP_ZIP != "no") { } AC_DEFINE('HAVE_ZIP', 1); - 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"); + 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"); } else { WARNING("zip not enabled; libraries and headers not found"); } |