mirror of
https://github.com/php/php-src.git
synced 2024-12-18 14:30:35 +08:00
Merge branch 'PHP-7.4'
* PHP-7.4: Enable support for LIBZIP_VERSION
This commit is contained in:
commit
3b9e822e11
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user