From faf7f94cf4d68a429cd782bfc47c7950ca5d1b89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 Feb 2017 19:27:51 +0100 Subject: php-pecl-zip: 1.4.0dev with encryption support from libzip 1.2.0 --- REFLECTION-DEV | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV index 691b222..5b09bb1 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ extension #140 zip version 1.13.5 ] { +Extension [ extension #158 zip version 1.14.0-dev ] { - Functions { Function [ function zip_open ] { @@ -69,7 +69,7 @@ Extension [ extension #140 zip version 1.13.5 ] { - Classes [1] { Class [ class ZipArchive ] { - - Constants [75] { + - Constants [79] { Constant [ integer CREATE ] { 1 } Constant [ integer EXCL ] { 2 } Constant [ integer CHECKCONS ] { 4 } @@ -145,6 +145,10 @@ Extension [ 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] { @@ -156,7 +160,7 @@ Extension [ extension #140 zip version 1.13.5 ] { - Properties [0] { } - - Methods [37] { + - Methods [39] { Method [ public method open ] { - Parameters [2] { @@ -451,6 +455,24 @@ Extension [ extension #140 zip version 1.13.5 ] { Parameter #2 [ $compflags ] } } + + Method [ public method setEncryptionName ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $method ] + Parameter #2 [ $password ] + } + } + + Method [ public method setEncryptionIndex ] { + + - Parameters [3] { + Parameter #0 [ $index ] + Parameter #1 [ $method ] + Parameter #2 [ $password ] + } + } } } } -- cgit