diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-28 09:01:46 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-28 09:01:46 +0100 |
commit | c9970e1938b8afd4cc68be8f739b40ccb89fa9f4 (patch) | |
tree | cb389577266e0c0f4604627757b7158caa54f25f /REFLECTION | |
parent | e722b172d4522a64d897a07c2f5d6cba9f3ef27d (diff) |
v1.16.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -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] { |