Merge branch 'PHP-7.4'

* PHP-7.4:
  Enable support for LIBZIP_VERSION
This commit is contained in:
Christoph M. Becker 2020-01-28 13:35:20 +01:00
commit 3b9e822e11

View File

@ -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");
}