From f0610b99c1372ffd45db744550d4025941a67de9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Jun 2016 06:56:41 +0200 Subject: php-pecl-zip: 1.13.3 --- REFLECTION | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2242673..fea1846 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #182 zip version 1.13.1 ] { +Extension [ extension #192 zip version 1.13.3 ] { - Functions { Function [ function zip_open ] { @@ -69,7 +69,7 @@ Extension [ extension #182 zip version 1.13.1 ] { - Classes [1] { Class [ class ZipArchive ] { - - Constants [70] { + - Constants [75] { Constant [ integer CREATE ] { 1 } Constant [ integer EXCL ] { 2 } Constant [ integer CHECKCONS ] { 4 } @@ -78,6 +78,11 @@ Extension [ extension #182 zip version 1.13.1 ] { Constant [ integer FL_NODIR ] { 2 } Constant [ integer FL_COMPRESSED ] { 4 } Constant [ integer FL_UNCHANGED ] { 8 } + Constant [ integer FL_ENC_GUESS ] { 0 } + Constant [ integer FL_ENC_RAW ] { 64 } + Constant [ integer FL_ENC_STRICT ] { 128 } + Constant [ integer FL_ENC_UTF_8 ] { 2048 } + Constant [ integer FL_ENC_CP437 ] { 4096 } Constant [ integer CM_DEFAULT ] { -1 } Constant [ integer CM_STORE ] { 0 } Constant [ integer CM_SHRINK ] { 1 } -- cgit