From 448078a4c627056d1963a3e514a54b6466821a17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2020 14:07:43 +0100 Subject: update to 1.16.1 --- REFLECTION | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a5d4f68..4ee2de8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 zip version 1.16.0 ] { +Extension [ extension #98 zip version 1.16.1 ] { - Functions { Function [ function zip_open ] { @@ -69,7 +69,7 @@ Extension [ extension #98 zip version 1.16.0 ] { - Classes [1] { Class [ class ZipArchive implements Countable ] { - - Constants [82] { + - Constants [92] { Constant [ public int CREATE ] { 1 } Constant [ public int EXCL ] { 2 } Constant [ public int CHECKCONS ] { 4 } @@ -97,6 +97,7 @@ Extension [ extension #98 zip version 1.16.0 ] { Constant [ public int CM_BZIP2 ] { 12 } Constant [ public int CM_LZMA ] { 14 } Constant [ public int CM_LZMA2 ] { 33 } + Constant [ public int CM_XZ ] { 95 } Constant [ public int CM_TERSE ] { 18 } Constant [ public int CM_LZ77 ] { 19 } Constant [ public int CM_WAVPACK ] { 97 } @@ -125,6 +126,15 @@ Extension [ extension #98 zip version 1.16.0 ] { Constant [ public int ER_INCONS ] { 21 } Constant [ public int ER_REMOVE ] { 22 } Constant [ public int ER_DELETED ] { 23 } + Constant [ public int ER_ENCRNOTSUPP ] { 24 } + Constant [ public int ER_RDONLY ] { 25 } + Constant [ public int ER_NOPASSWD ] { 26 } + Constant [ public int ER_WRONGPASSWD ] { 27 } + Constant [ public int ER_OPNOTSUPP ] { 28 } + Constant [ public int ER_INUSE ] { 29 } + Constant [ public int ER_TELL ] { 30 } + Constant [ public int ER_COMPRESSED_DATA ] { 31 } + Constant [ public int ER_CANCELLED ] { 32 } Constant [ public int OPSYS_DOS ] { 0 } Constant [ public int OPSYS_AMIGA ] { 1 } Constant [ public int OPSYS_OPENVMS ] { 2 } -- cgit