summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-26 09:31:44 +0200
committerRemi Collet <remi@php.net>2024-09-26 09:31:44 +0200
commit1cd5c94c5a0c5e4eea26ca92b02e6b57097ad637 (patch)
treefb1f8fe0cace52f7c9420f8aa9dd5affb84b7ba0 /REFLECTION
parentc0c9a875125285606a154ff29371b2dbd3775d21 (diff)
update to 1.22.4HEADmaster
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION11
1 files changed, 8 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 4f6df87..4ba58b5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }
}