diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 14 | 
1 files changed, 12 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 zip version 1.16.0 ] { +Extension [ <persistent> extension #98 zip version 1.16.1 ] {    - Functions {      Function [ <internal:zip> function zip_open ] { @@ -69,7 +69,7 @@ Extension [ <persistent> extension #98 zip version 1.16.0 ] {    - Classes [1] {      Class [ <internal:zip> class ZipArchive implements Countable ] { -      - Constants [82] { +      - Constants [92] {          Constant [ public int CREATE ] { 1 }          Constant [ public int EXCL ] { 2 }          Constant [ public int CHECKCONS ] { 4 } @@ -97,6 +97,7 @@ Extension [ <persistent> extension #98 zip version 1.16.0 ] {          Constant [ public int CM_BZIP2 ] { 12 }          Constant [ public int CM_LZMA ] { 14 }          Constant [ public int CM_LZMA2 ] { 33 } +        Constant [ public int CM_XZ ] { 95 }          Constant [ public int CM_TERSE ] { 18 }          Constant [ public int CM_LZ77 ] { 19 }          Constant [ public int CM_WAVPACK ] { 97 } @@ -125,6 +126,15 @@ Extension [ <persistent> extension #98 zip version 1.16.0 ] {          Constant [ public int ER_INCONS ] { 21 }          Constant [ public int ER_REMOVE ] { 22 }          Constant [ public int ER_DELETED ] { 23 } +        Constant [ public int ER_ENCRNOTSUPP ] { 24 } +        Constant [ public int ER_RDONLY ] { 25 } +        Constant [ public int ER_NOPASSWD ] { 26 } +        Constant [ public int ER_WRONGPASSWD ] { 27 } +        Constant [ public int ER_OPNOTSUPP ] { 28 } +        Constant [ public int ER_INUSE ] { 29 } +        Constant [ public int ER_TELL ] { 30 } +        Constant [ public int ER_COMPRESSED_DATA ] { 31 } +        Constant [ public int ER_CANCELLED ] { 32 }          Constant [ public int OPSYS_DOS ] { 0 }          Constant [ public int OPSYS_AMIGA ] { 1 }          Constant [ public int OPSYS_OPENVMS ] { 2 }  | 
