summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
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 }