diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-03 11:02:17 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-03 11:02:17 +0100 |
commit | 532a1167303076eb6e4fb51fa46d478abbc73ffb (patch) | |
tree | de7a1857710c1fe071c6e4f926528cef871e87bd /REFLECTION | |
parent | 95baaa8f6fc6b61c8e7985c84d6ca2c351d7a58c (diff) |
v1.17.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 } |