summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION26
1 files changed, 23 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 247403b..a5d4f68 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #98 zip version 1.15.5 ] {
+Extension [ <persistent> extension #98 zip version 1.16.0 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #98 zip version 1.15.5 ] {
- Classes [1] {
Class [ <internal:zip> class ZipArchive implements Countable ] {
- - Constants [80] {
+ - Constants [82] {
Constant [ public int CREATE ] { 1 }
Constant [ public int EXCL ] { 2 }
Constant [ public int CHECKCONS ] { 4 }
@@ -96,6 +96,7 @@ Extension [ <persistent> extension #98 zip version 1.15.5 ] {
Constant [ public int CM_PKWARE_IMPLODE ] { 10 }
Constant [ public int CM_BZIP2 ] { 12 }
Constant [ public int CM_LZMA ] { 14 }
+ Constant [ public int CM_LZMA2 ] { 33 }
Constant [ public int CM_TERSE ] { 18 }
Constant [ public int CM_LZ77 ] { 19 }
Constant [ public int CM_WAVPACK ] { 97 }
@@ -150,6 +151,7 @@ Extension [ <persistent> extension #98 zip version 1.15.5 ] {
Constant [ public int EM_AES_128 ] { 257 }
Constant [ public int EM_AES_192 ] { 258 }
Constant [ public int EM_AES_256 ] { 259 }
+ Constant [ public string LIBZIP_VERSION ] { 1.6.0 }
}
- Static properties [0] {
@@ -166,7 +168,7 @@ Extension [ <persistent> extension #98 zip version 1.15.5 ] {
Property [ <default> public $comment ]
}
- - Methods [40] {
+ - Methods [42] {
Method [ <internal:zip> public method open ] {
- Parameters [2] {
@@ -450,6 +452,24 @@ Extension [ <persistent> extension #98 zip version 1.15.5 ] {
}
}
+ Method [ <internal:zip> public method setMtimeName ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $timestamp ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method setMtimeIndex ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $timestamp ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+
Method [ <internal:zip> public method setCompressionName ] {
- Parameters [3] {