diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-19 08:07:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-19 08:07:38 +0200 |
commit | 27f98803d809138698fba0c605a03ce9eba232de (patch) | |
tree | df56cd00c732581c20c1791ed5d3ea669677de38 /REFLECTION | |
parent | f79fb6c8c75082d282c6753533086b84cb852474 (diff) |
rebuild with libzip 1.8.0 and zstd support
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #107 zip version 1.19.3 ] { - Classes [1] { Class [ <internal:zip> class ZipArchive implements Countable ] { - - Constants [100] { + - Constants [101] { Constant [ public int CREATE ] { 1 } Constant [ public int EXCL ] { 2 } Constant [ public int CHECKCONS ] { 4 } @@ -103,6 +103,7 @@ Extension [ <persistent> extension #107 zip version 1.19.3 ] { Constant [ public int CM_BZIP2 ] { 12 } Constant [ public int CM_LZMA ] { 14 } Constant [ public int CM_LZMA2 ] { 33 } + Constant [ public int CM_ZSTD ] { 93 } Constant [ public int CM_XZ ] { 95 } Constant [ public int CM_TERSE ] { 18 } Constant [ public int CM_LZ77 ] { 19 } @@ -169,7 +170,7 @@ Extension [ <persistent> extension #107 zip version 1.19.3 ] { Constant [ public int EM_AES_192 ] { 258 } Constant [ public int EM_AES_256 ] { 259 } Constant [ public int EM_UNKNOWN ] { 65535 } - Constant [ public string LIBZIP_VERSION ] { 1.7.3 } + Constant [ public string LIBZIP_VERSION ] { 1.8.0 } } - Static properties [0] { |