diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-12 09:22:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-12 09:22:40 +0200 |
commit | 14d1ac171569b06b9e61c6f8c800852f5a993b99 (patch) | |
tree | 3606d5c15986d676e3f8b9d074755c27efd553f3 /REFLECTION | |
parent | 51c84becca1489c22ebd19725f089a3f8d3a5cb9 (diff) |
v1.15.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #172 zip version 1.15.2 ] { +Extension [ <persistent> extension #177 zip version 1.15.3 ] { - Functions { Function [ <internal:zip> function zip_open ] { @@ -69,7 +69,7 @@ Extension [ <persistent> extension #172 zip version 1.15.2 ] { - Classes [1] { Class [ <internal:zip> class ZipArchive implements Countable ] { - - Constants [79] { + - Constants [80] { Constant [ public integer CREATE ] { 1 } Constant [ public integer EXCL ] { 2 } Constant [ public integer CHECKCONS ] { 4 } @@ -134,6 +134,7 @@ Extension [ <persistent> extension #172 zip version 1.15.2 ] { Constant [ public integer OPSYS_MACINTOSH ] { 7 } Constant [ public integer OPSYS_Z_SYSTEM ] { 8 } Constant [ public integer OPSYS_Z_CPM ] { 9 } + Constant [ public integer OPSYS_CPM ] { 9 } Constant [ public integer OPSYS_WINDOWS_NTFS ] { 10 } Constant [ public integer OPSYS_MVS ] { 11 } Constant [ public integer OPSYS_VSE ] { 12 } |