|
1 |
| -Extension [ <persistent> extension #15 zip version 1.18.1 ] { |
| 1 | +Extension [ <persistent> extension #103 zip version 1.19.0 ] { |
2 | 2 |
|
3 | 3 | - Functions {
|
4 | 4 | Function [ <internal:zip> function zip_open ] {
|
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #15 zip version 1.18.1 ] {
|
69 | 69 | - Classes [1] {
|
70 | 70 | Class [ <internal:zip> class ZipArchive implements Countable ] {
|
71 | 71 |
|
72 |
| - - Constants [98] { |
| 72 | + - Constants [100] { |
73 | 73 | Constant [ public int CREATE ] { 1 }
|
74 | 74 | Constant [ public int EXCL ] { 2 }
|
75 | 75 | Constant [ public int CHECKCONS ] { 4 }
|
@@ -164,16 +164,33 @@ Extension [ <persistent> extension #15 zip version 1.18.1 ] {
|
164 | 164 | Constant [ public int OPSYS_OS_X ] { 19 }
|
165 | 165 | Constant [ public int OPSYS_DEFAULT ] { 3 }
|
166 | 166 | Constant [ public int EM_NONE ] { 0 }
|
| 167 | + Constant [ public int EM_TRAD_PKWARE ] { 1 } |
167 | 168 | Constant [ public int EM_AES_128 ] { 257 }
|
168 | 169 | Constant [ public int EM_AES_192 ] { 258 }
|
169 | 170 | Constant [ public int EM_AES_256 ] { 259 }
|
170 |
| - Constant [ public string LIBZIP_VERSION ] { 1.6.1 } |
| 171 | + Constant [ public int EM_UNKNOWN ] { 65535 } |
| 172 | + Constant [ public string LIBZIP_VERSION ] { 1.7.0 } |
171 | 173 | }
|
172 | 174 |
|
173 | 175 | - Static properties [0] {
|
174 | 176 | }
|
175 | 177 |
|
176 |
| - - Static methods [0] { |
| 178 | + - Static methods [2] { |
| 179 | + Method [ <internal:zip> static public method isCompressionMethodSupported ] { |
| 180 | + |
| 181 | + - Parameters [2] { |
| 182 | + Parameter #0 [ <required> $method ] |
| 183 | + Parameter #1 [ <optional> $encode ] |
| 184 | + } |
| 185 | + } |
| 186 | + |
| 187 | + Method [ <internal:zip> static public method isEncryptionMethodSupported ] { |
| 188 | + |
| 189 | + - Parameters [2] { |
| 190 | + Parameter #0 [ <required> $method ] |
| 191 | + Parameter #1 [ <optional> $encode ] |
| 192 | + } |
| 193 | + } |
177 | 194 | }
|
178 | 195 |
|
179 | 196 | - Properties [6] {
|
|
0 commit comments