From 1febee9afbe63ad88db7f3af607f5b68d68b5780 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Mar 2020 16:58:52 +0100 Subject: v1.18.0RC1 --- REFLECTION | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b7944d7..369f457 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #101 zip version 1.17.2 ] { +Extension [ extension #101 zip version 1.18.0RC1 ] { - Functions { Function [ function zip_open ] { @@ -69,7 +69,7 @@ Extension [ extension #101 zip version 1.17.2 ] { - Classes [1] { Class [ class ZipArchive implements Countable ] { - - Constants [93] { + - Constants [98] { Constant [ public int CREATE ] { 1 } Constant [ public int EXCL ] { 2 } Constant [ public int CHECKCONS ] { 4 } @@ -79,6 +79,11 @@ Extension [ extension #101 zip version 1.17.2 ] { Constant [ public int FL_NODIR ] { 2 } Constant [ public int FL_COMPRESSED ] { 4 } Constant [ public int FL_UNCHANGED ] { 8 } + Constant [ public int FL_RECOMPRESS ] { 16 } + Constant [ public int FL_ENCRYPTED ] { 32 } + Constant [ public int FL_OVERWRITE ] { 8192 } + Constant [ public int FL_LOCAL ] { 256 } + Constant [ public int FL_CENTRAL ] { 512 } Constant [ public int FL_ENC_GUESS ] { 0 } Constant [ public int FL_ENC_RAW ] { 64 } Constant [ public int FL_ENC_STRICT ] { 128 } @@ -179,7 +184,7 @@ Extension [ extension #101 zip version 1.17.2 ] { Property [ public $comment ] } - - Methods [44] { + - Methods [45] { Method [ public method open ] { - Parameters [2] { @@ -215,26 +220,29 @@ Extension [ extension #101 zip version 1.17.2 ] { Method [ public method addEmptyDir ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $dirname ] + Parameter #1 [ $flags ] } } Method [ public method addFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $content ] + Parameter #2 [ $flags ] } } Method [ public method addFile ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ $filepath ] Parameter #1 [ $entryname ] Parameter #2 [ $start ] Parameter #3 [ $length ] + Parameter #4 [ $flags ] } } @@ -272,6 +280,17 @@ Extension [ extension #101 zip version 1.17.2 ] { } } + Method [ public method replaceFile ] { + + - Parameters [5] { + Parameter #0 [ $filepath ] + Parameter #1 [ $index ] + Parameter #2 [ $start ] + Parameter #3 [ $length ] + Parameter #4 [ $flags ] + } + } + Method [ public method setArchiveComment ] { - Parameters [1] { -- cgit