From 532a1167303076eb6e4fb51fa46d478abbc73ffb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Feb 2020 11:02:17 +0100 Subject: v1.17.1 --- REFLECTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 013f99a..a89c3f7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 zip version 1.17.0 ] { +Extension [ extension #98 zip version 1.17.1 ] { - Functions { Function [ function zip_open ] { @@ -69,11 +69,12 @@ Extension [ extension #98 zip version 1.17.0 ] { - Classes [1] { Class [ class ZipArchive implements Countable ] { - - Constants [92] { + - Constants [93] { Constant [ public int CREATE ] { 1 } Constant [ public int EXCL ] { 2 } Constant [ public int CHECKCONS ] { 4 } Constant [ public int OVERWRITE ] { 8 } + Constant [ public int RDONLY ] { 16 } Constant [ public int FL_NOCASE ] { 1 } Constant [ public int FL_NODIR ] { 2 } Constant [ public int FL_COMPRESSED ] { 4 } -- cgit