summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-03 11:02:17 +0100
committerRemi Collet <remi@remirepo.net>2020-02-03 11:02:17 +0100
commit532a1167303076eb6e4fb51fa46d478abbc73ffb (patch)
treede7a1857710c1fe071c6e4f926528cef871e87bd /REFLECTION
parent95baaa8f6fc6b61c8e7985c84d6ca2c351d7a58c (diff)
v1.17.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION5
1 files changed, 3 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 013f99a..a89c3f7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #98 zip version 1.17.0 ] {
+Extension [ <persistent> extension #98 zip version 1.17.1 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -69,11 +69,12 @@ Extension [ <persistent> extension #98 zip version 1.17.0 ] {
- Classes [1] {
Class [ <internal:zip> 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 }