diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-26 09:31:44 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-26 09:31:44 +0200 |
commit | 1cd5c94c5a0c5e4eea26ca92b02e6b57097ad637 (patch) | |
tree | fb1f8fe0cace52f7c9420f8aa9dd5affb84b7ba0 /REFLECTION | |
parent | c0c9a875125285606a154ff29371b2dbd3775d21 (diff) |
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,8 @@ -Extension [ <persistent> extension #66 zip version 1.22.3 ] { +Extension [ <persistent> extension #64 zip version 1.22.4 ] { + + - Dependencies { + Dependency [ pcre (Required) ] + } - Functions { Function [ <internal, deprecated:zip> function zip_open ] { @@ -77,7 +81,7 @@ Extension [ <persistent> extension #66 zip version 1.22.3 ] { - Classes [1] { Class [ <internal:zip> 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 [ <persistent> 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 [ <persistent> 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 } } |