summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-05 06:56:02 +0200
committerRemi Collet <remi@remirepo.net>2017-04-05 06:56:02 +0200
commit74c1697cce8600877035cce55273a091ffa3020f (patch)
treea60f7da317551f51e2f68cc3c4a4cc0d9cd13388 /REFLECTION
parent42df1b85ce1abc5e743634178c24eb25ce2c7368 (diff)
v1.14.0 (stable)
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION35
1 files changed, 31 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 691b222..a2d9aed 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #140 zip version 1.13.5 ] {
+Extension [ <persistent> extension #159 zip version 1.14.0 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #140 zip version 1.13.5 ] {
- Classes [1] {
Class [ <internal:zip> class ZipArchive ] {
- - Constants [75] {
+ - Constants [79] {
Constant [ integer CREATE ] { 1 }
Constant [ integer EXCL ] { 2 }
Constant [ integer CHECKCONS ] { 4 }
@@ -145,6 +145,10 @@ Extension [ <persistent> extension #140 zip version 1.13.5 ] {
Constant [ integer OPSYS_OS_400 ] { 18 }
Constant [ integer OPSYS_OS_X ] { 19 }
Constant [ integer OPSYS_DEFAULT ] { 3 }
+ Constant [ integer EM_NONE ] { 0 }
+ Constant [ integer EM_AES_128 ] { 257 }
+ Constant [ integer EM_AES_192 ] { 258 }
+ Constant [ integer EM_AES_256 ] { 259 }
}
- Static properties [0] {
@@ -153,10 +157,15 @@ Extension [ <persistent> extension #140 zip version 1.13.5 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [5] {
+ Property [ <default> public $status ]
+ Property [ <default> public $statusSys ]
+ Property [ <default> public $numFiles ]
+ Property [ <default> public $filename ]
+ Property [ <default> public $comment ]
}
- - Methods [37] {
+ - Methods [39] {
Method [ <internal:zip> public method open ] {
- Parameters [2] {
@@ -451,6 +460,24 @@ Extension [ <persistent> extension #140 zip version 1.13.5 ] {
Parameter #2 [ <optional> $compflags ]
}
}
+
+ Method [ <internal:zip> public method setEncryptionName ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $method ]
+ Parameter #2 [ <optional> $password ]
+ }
+ }
+
+ Method [ <internal:zip> public method setEncryptionIndex ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $method ]
+ Parameter #2 [ <optional> $password ]
+ }
+ }
}
}
}