File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ PHP NEWS
27
27
. Fixed bug #78719 (http wrapper silently ignores long Location headers).
28
28
(cmb)
29
29
30
+ - Zip:
31
+ . Fixed bug #80825 (ZipArchive::isCompressionMethodSupported does not exist).
32
+ (cmb)
33
+
30
34
18 Feb 2021, PHP 8.0.3
31
35
32
36
- Core:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if (PHP_ZIP != "no") {
16
16
}
17
17
18
18
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" ) ;
20
20
} else {
21
21
WARNING ( "zip not enabled; libraries and headers not found" ) ;
22
22
}
You can’t perform that action at this time.
0 commit comments