From a860fbc3d2d0222da3a6040b9a3d18bfe7e26626 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jun 2020 16:28:48 +0200 Subject: update to 1.19.0 --- REFLECTION | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5f8280e..0b8acbb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #102 zip version 1.18.2 ] { +Extension [ extension #103 zip version 1.19.0 ] { - Functions { Function [ function zip_open ] { @@ -69,7 +69,7 @@ Extension [ extension #102 zip version 1.18.2 ] { - Classes [1] { Class [ class ZipArchive implements Countable ] { - - Constants [98] { + - Constants [100] { Constant [ public int CREATE ] { 1 } Constant [ public int EXCL ] { 2 } Constant [ public int CHECKCONS ] { 4 } @@ -164,16 +164,33 @@ Extension [ extension #102 zip version 1.18.2 ] { Constant [ public int OPSYS_OS_X ] { 19 } Constant [ public int OPSYS_DEFAULT ] { 3 } Constant [ public int EM_NONE ] { 0 } + Constant [ public int EM_TRAD_PKWARE ] { 1 } 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.1 } + Constant [ public int EM_UNKNOWN ] { 65535 } + Constant [ public string LIBZIP_VERSION ] { 1.7.0 } } - Static properties [0] { } - - Static methods [0] { + - Static methods [2] { + Method [ static public method isCompressionMethodSupported ] { + + - Parameters [2] { + Parameter #0 [ $method ] + Parameter #1 [ $encode ] + } + } + + Method [ static public method isEncryptionMethodSupported ] { + + - Parameters [2] { + Parameter #0 [ $method ] + Parameter #1 [ $encode ] + } + } } - Properties [6] { -- cgit