From 14d1ac171569b06b9e61c6f8c800852f5a993b99 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jun 2018 09:22:40 +0200 Subject: v1.15.3 --- REFLECTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index fc0c65d..6a2ebc1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #172 zip version 1.15.2 ] { +Extension [ extension #177 zip version 1.15.3 ] { - Functions { Function [ function zip_open ] { @@ -69,7 +69,7 @@ Extension [ extension #172 zip version 1.15.2 ] { - Classes [1] { Class [ 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 [ 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 } -- cgit