From e722b172d4522a64d897a07c2f5d6cba9f3ef27d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jan 2020 07:39:49 +0100 Subject: refresh REFL --- PHPINFO | 2 +- REFLECTION | 162 ++++++++++++++++++++++++++++++------------------------------- 2 files changed, 82 insertions(+), 82 deletions(-) diff --git a/PHPINFO b/PHPINFO index a994bf6..e96fd30 100644 --- a/PHPINFO +++ b/PHPINFO @@ -4,4 +4,4 @@ zip Zip => enabled Zip version => 1.15.5 Libzip headers version => 1.5.2 -Libzip library version => 1.5.2 +Libzip library version => 1.6.0 diff --git a/REFLECTION b/REFLECTION index fb46d1a..247403b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #181 zip version 1.15.5 ] { +Extension [ extension #98 zip version 1.15.5 ] { - Functions { Function [ function zip_open ] { @@ -70,86 +70,86 @@ Extension [ extension #181 zip version 1.15.5 ] { Class [ class ZipArchive implements Countable ] { - Constants [80] { - Constant [ public integer CREATE ] { 1 } - Constant [ public integer EXCL ] { 2 } - Constant [ public integer CHECKCONS ] { 4 } - Constant [ public integer OVERWRITE ] { 8 } - Constant [ public integer FL_NOCASE ] { 1 } - Constant [ public integer FL_NODIR ] { 2 } - Constant [ public integer FL_COMPRESSED ] { 4 } - Constant [ public integer FL_UNCHANGED ] { 8 } - Constant [ public integer FL_ENC_GUESS ] { 0 } - Constant [ public integer FL_ENC_RAW ] { 64 } - Constant [ public integer FL_ENC_STRICT ] { 128 } - Constant [ public integer FL_ENC_UTF_8 ] { 2048 } - Constant [ public integer FL_ENC_CP437 ] { 4096 } - Constant [ public integer CM_DEFAULT ] { -1 } - Constant [ public integer CM_STORE ] { 0 } - Constant [ public integer CM_SHRINK ] { 1 } - Constant [ public integer CM_REDUCE_1 ] { 2 } - Constant [ public integer CM_REDUCE_2 ] { 3 } - Constant [ public integer CM_REDUCE_3 ] { 4 } - Constant [ public integer CM_REDUCE_4 ] { 5 } - Constant [ public integer CM_IMPLODE ] { 6 } - Constant [ public integer CM_DEFLATE ] { 8 } - Constant [ public integer CM_DEFLATE64 ] { 9 } - Constant [ public integer CM_PKWARE_IMPLODE ] { 10 } - Constant [ public integer CM_BZIP2 ] { 12 } - Constant [ public integer CM_LZMA ] { 14 } - Constant [ public integer CM_TERSE ] { 18 } - Constant [ public integer CM_LZ77 ] { 19 } - Constant [ public integer CM_WAVPACK ] { 97 } - Constant [ public integer CM_PPMD ] { 98 } - Constant [ public integer ER_OK ] { 0 } - Constant [ public integer ER_MULTIDISK ] { 1 } - Constant [ public integer ER_RENAME ] { 2 } - Constant [ public integer ER_CLOSE ] { 3 } - Constant [ public integer ER_SEEK ] { 4 } - Constant [ public integer ER_READ ] { 5 } - Constant [ public integer ER_WRITE ] { 6 } - Constant [ public integer ER_CRC ] { 7 } - Constant [ public integer ER_ZIPCLOSED ] { 8 } - Constant [ public integer ER_NOENT ] { 9 } - Constant [ public integer ER_EXISTS ] { 10 } - Constant [ public integer ER_OPEN ] { 11 } - Constant [ public integer ER_TMPOPEN ] { 12 } - Constant [ public integer ER_ZLIB ] { 13 } - Constant [ public integer ER_MEMORY ] { 14 } - Constant [ public integer ER_CHANGED ] { 15 } - Constant [ public integer ER_COMPNOTSUPP ] { 16 } - Constant [ public integer ER_EOF ] { 17 } - Constant [ public integer ER_INVAL ] { 18 } - Constant [ public integer ER_NOZIP ] { 19 } - Constant [ public integer ER_INTERNAL ] { 20 } - Constant [ public integer ER_INCONS ] { 21 } - Constant [ public integer ER_REMOVE ] { 22 } - Constant [ public integer ER_DELETED ] { 23 } - Constant [ public integer OPSYS_DOS ] { 0 } - Constant [ public integer OPSYS_AMIGA ] { 1 } - Constant [ public integer OPSYS_OPENVMS ] { 2 } - Constant [ public integer OPSYS_UNIX ] { 3 } - Constant [ public integer OPSYS_VM_CMS ] { 4 } - Constant [ public integer OPSYS_ATARI_ST ] { 5 } - Constant [ public integer OPSYS_OS_2 ] { 6 } - Constant [ public integer OPSYS_MACINTOSH ] { 7 } - Constant [ public integer OPSYS_Z_SYSTEM ] { 8 } - Constant [ public integer OPSYS_Z_CPM ] { 9 } - Constant [ public integer OPSYS_CPM ] { 9 } - Constant [ public integer OPSYS_WINDOWS_NTFS ] { 10 } - Constant [ public integer OPSYS_MVS ] { 11 } - Constant [ public integer OPSYS_VSE ] { 12 } - Constant [ public integer OPSYS_ACORN_RISC ] { 13 } - Constant [ public integer OPSYS_VFAT ] { 14 } - Constant [ public integer OPSYS_ALTERNATE_MVS ] { 15 } - Constant [ public integer OPSYS_BEOS ] { 16 } - Constant [ public integer OPSYS_TANDEM ] { 17 } - Constant [ public integer OPSYS_OS_400 ] { 18 } - Constant [ public integer OPSYS_OS_X ] { 19 } - Constant [ public integer OPSYS_DEFAULT ] { 3 } - Constant [ public integer EM_NONE ] { 0 } - Constant [ public integer EM_AES_128 ] { 257 } - Constant [ public integer EM_AES_192 ] { 258 } - Constant [ public integer EM_AES_256 ] { 259 } + Constant [ public int CREATE ] { 1 } + Constant [ public int EXCL ] { 2 } + Constant [ public int CHECKCONS ] { 4 } + Constant [ public int OVERWRITE ] { 8 } + Constant [ public int FL_NOCASE ] { 1 } + Constant [ public int FL_NODIR ] { 2 } + Constant [ public int FL_COMPRESSED ] { 4 } + Constant [ public int FL_UNCHANGED ] { 8 } + Constant [ public int FL_ENC_GUESS ] { 0 } + Constant [ public int FL_ENC_RAW ] { 64 } + Constant [ public int FL_ENC_STRICT ] { 128 } + Constant [ public int FL_ENC_UTF_8 ] { 2048 } + Constant [ public int FL_ENC_CP437 ] { 4096 } + Constant [ public int CM_DEFAULT ] { -1 } + Constant [ public int CM_STORE ] { 0 } + Constant [ public int CM_SHRINK ] { 1 } + Constant [ public int CM_REDUCE_1 ] { 2 } + Constant [ public int CM_REDUCE_2 ] { 3 } + Constant [ public int CM_REDUCE_3 ] { 4 } + Constant [ public int CM_REDUCE_4 ] { 5 } + Constant [ public int CM_IMPLODE ] { 6 } + Constant [ public int CM_DEFLATE ] { 8 } + Constant [ public int CM_DEFLATE64 ] { 9 } + Constant [ public int CM_PKWARE_IMPLODE ] { 10 } + Constant [ public int CM_BZIP2 ] { 12 } + Constant [ public int CM_LZMA ] { 14 } + Constant [ public int CM_TERSE ] { 18 } + Constant [ public int CM_LZ77 ] { 19 } + Constant [ public int CM_WAVPACK ] { 97 } + Constant [ public int CM_PPMD ] { 98 } + Constant [ public int ER_OK ] { 0 } + Constant [ public int ER_MULTIDISK ] { 1 } + Constant [ public int ER_RENAME ] { 2 } + Constant [ public int ER_CLOSE ] { 3 } + Constant [ public int ER_SEEK ] { 4 } + Constant [ public int ER_READ ] { 5 } + Constant [ public int ER_WRITE ] { 6 } + Constant [ public int ER_CRC ] { 7 } + Constant [ public int ER_ZIPCLOSED ] { 8 } + Constant [ public int ER_NOENT ] { 9 } + Constant [ public int ER_EXISTS ] { 10 } + Constant [ public int ER_OPEN ] { 11 } + Constant [ public int ER_TMPOPEN ] { 12 } + Constant [ public int ER_ZLIB ] { 13 } + Constant [ public int ER_MEMORY ] { 14 } + Constant [ public int ER_CHANGED ] { 15 } + Constant [ public int ER_COMPNOTSUPP ] { 16 } + Constant [ public int ER_EOF ] { 17 } + Constant [ public int ER_INVAL ] { 18 } + Constant [ public int ER_NOZIP ] { 19 } + Constant [ public int ER_INTERNAL ] { 20 } + Constant [ public int ER_INCONS ] { 21 } + Constant [ public int ER_REMOVE ] { 22 } + Constant [ public int ER_DELETED ] { 23 } + Constant [ public int OPSYS_DOS ] { 0 } + Constant [ public int OPSYS_AMIGA ] { 1 } + Constant [ public int OPSYS_OPENVMS ] { 2 } + Constant [ public int OPSYS_UNIX ] { 3 } + Constant [ public int OPSYS_VM_CMS ] { 4 } + Constant [ public int OPSYS_ATARI_ST ] { 5 } + Constant [ public int OPSYS_OS_2 ] { 6 } + Constant [ public int OPSYS_MACINTOSH ] { 7 } + Constant [ public int OPSYS_Z_SYSTEM ] { 8 } + Constant [ public int OPSYS_Z_CPM ] { 9 } + Constant [ public int OPSYS_CPM ] { 9 } + Constant [ public int OPSYS_WINDOWS_NTFS ] { 10 } + Constant [ public int OPSYS_MVS ] { 11 } + Constant [ public int OPSYS_VSE ] { 12 } + Constant [ public int OPSYS_ACORN_RISC ] { 13 } + Constant [ public int OPSYS_VFAT ] { 14 } + Constant [ public int OPSYS_ALTERNATE_MVS ] { 15 } + Constant [ public int OPSYS_BEOS ] { 16 } + Constant [ public int OPSYS_TANDEM ] { 17 } + Constant [ public int OPSYS_OS_400 ] { 18 } + Constant [ public int OPSYS_OS_X ] { 19 } + Constant [ public int OPSYS_DEFAULT ] { 3 } + Constant [ public int EM_NONE ] { 0 } + Constant [ public int EM_AES_128 ] { 257 } + Constant [ public int EM_AES_192 ] { 258 } + Constant [ public int EM_AES_256 ] { 259 } } - Static properties [0] { -- cgit