summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-29 14:07:43 +0100
committerRemi Collet <remi@remirepo.net>2020-01-29 14:07:43 +0100
commit448078a4c627056d1963a3e514a54b6466821a17 (patch)
treee6af63025b02b3fcdcf894624e73cb2782815c4c /REFLECTION
parentc9970e1938b8afd4cc68be8f739b40ccb89fa9f4 (diff)
update to 1.16.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION14
1 files changed, 12 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index a5d4f68..4ee2de8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #98 zip version 1.16.0 ] {
+Extension [ <persistent> extension #98 zip version 1.16.1 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #98 zip version 1.16.0 ] {
- Classes [1] {
Class [ <internal:zip> 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 [ <persistent> 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 [ <persistent> 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 }