summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION22
1 files changed, 20 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index d0890cc..4353326 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #177 zip version 1.12.5 ] {
+Extension [ <persistent> extension #182 zip version 1.13.0 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -151,7 +151,7 @@ Extension [ <persistent> extension #177 zip version 1.12.5 ] {
- Properties [0] {
}
- - Methods [35] {
+ - Methods [37] {
Method [ <internal:zip> public method open ] {
- Parameters [2] {
@@ -428,6 +428,24 @@ Extension [ <persistent> extension #177 zip version 1.12.5 ] {
Parameter #3 [ <optional> $flags ]
}
}
+
+ Method [ <internal:zip> public method setCompressionName ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $method ]
+ Parameter #2 [ <optional> $compflags ]
+ }
+ }
+
+ Method [ <internal:zip> public method setCompressionIndex ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $method ]
+ Parameter #2 [ <optional> $compflags ]
+ }
+ }
}
}
}