diff options
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 }  | 
