From 1cd5c94c5a0c5e4eea26ca92b02e6b57097ad637 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Sep 2024 09:31:44 +0200 Subject: update to 1.22.4 --- REFLECTION | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4f6df87..4ba58b5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,8 @@ -Extension [ extension #66 zip version 1.22.3 ] { +Extension [ extension #64 zip version 1.22.4 ] { + + - Dependencies { + Dependency [ pcre (Required) ] + } - Functions { Function [ function zip_open ] { @@ -77,7 +81,7 @@ Extension [ extension #66 zip version 1.22.3 ] { - Classes [1] { Class [ class ZipArchive implements Countable ] { - - Constants [109] { + - Constants [110] { Constant [ public int CREATE ] { 1 } Constant [ public int EXCL ] { 2 } Constant [ public int CHECKCONS ] { 4 } @@ -153,6 +157,7 @@ Extension [ extension #66 zip version 1.22.3 ] { Constant [ public int ER_CANCELLED ] { 32 } Constant [ public int ER_DATA_LENGTH ] { 33 } Constant [ public int ER_NOT_ALLOWED ] { 34 } + Constant [ public int ER_TRUNCATED_ZIP ] { 35 } Constant [ public int AFL_RDONLY ] { 2 } Constant [ public int AFL_IS_TORRENTZIP ] { 4 } Constant [ public int AFL_WANT_TORRENTZIP ] { 8 } @@ -184,7 +189,7 @@ Extension [ extension #66 zip version 1.22.3 ] { Constant [ public int EM_AES_192 ] { 258 } Constant [ public int EM_AES_256 ] { 259 } Constant [ public int EM_UNKNOWN ] { 65535 } - Constant [ public string LIBZIP_VERSION ] { 1.10.1 } + Constant [ public string LIBZIP_VERSION ] { 1.11.1 } Constant [ public int LENGTH_TO_END ] { 0 } Constant [ public int LENGTH_UNCHECKED ] { -2 } } -- cgit