summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-28 13:35:20 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-28 13:35:20 +0100
commit3b9e822e114a1fceb119f77bce6d9e63a271dbc5 (patch)
tree85accbc1589032a6c2208fec7591fd26a800d221 /ext/zip
parent648f16c2ec27800411b00a7fd07fa9c7e0db7f25 (diff)
parentd7052765ed0b3b957ba4562f900ee528c132f78b (diff)
downloadphp-git-3b9e822e114a1fceb119f77bce6d9e63a271dbc5.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Enable support for LIBZIP_VERSION
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/config.w32 b/ext/zip/config.w32
index 2ac637189c..034543fabd 100644
--- a/ext/zip/config.w32
+++ b/ext/zip/config.w32
@@ -15,7 +15,7 @@ if (PHP_ZIP != "no") {
}
AC_DEFINE('HAVE_ZIP', 1);
- ADD_FLAG("CFLAGS_ZIP", "/D _WIN32 /D HAVE_ENCRYPTION");
+ ADD_FLAG("CFLAGS_ZIP", "/D _WIN32 /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION");
} else {
WARNING("zip not enabled; libraries and headers not found");
}