summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-23 06:56:41 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-23 06:56:41 +0200
commitf0610b99c1372ffd45db744550d4025941a67de9 (patch)
tree72989809621f4ad68313360df889e7a6d5c5c829 /REFLECTION
parent0a75f785f2dbb7d1cf60bcb5da64269045aec078 (diff)
php-pecl-zip: 1.13.3
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION9
1 files changed, 7 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 2242673..fea1846 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #182 zip version 1.13.1 ] {
+Extension [ <persistent> extension #192 zip version 1.13.3 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #182 zip version 1.13.1 ] {
- Classes [1] {
Class [ <internal:zip> class ZipArchive ] {
- - Constants [70] {
+ - Constants [75] {
Constant [ integer CREATE ] { 1 }
Constant [ integer EXCL ] { 2 }
Constant [ integer CHECKCONS ] { 4 }
@@ -78,6 +78,11 @@ Extension [ <persistent> extension #182 zip version 1.13.1 ] {
Constant [ integer FL_NODIR ] { 2 }
Constant [ integer FL_COMPRESSED ] { 4 }
Constant [ integer FL_UNCHANGED ] { 8 }
+ Constant [ integer FL_ENC_GUESS ] { 0 }
+ Constant [ integer FL_ENC_RAW ] { 64 }
+ Constant [ integer FL_ENC_STRICT ] { 128 }
+ Constant [ integer FL_ENC_UTF_8 ] { 2048 }
+ Constant [ integer FL_ENC_CP437 ] { 4096 }
Constant [ integer CM_DEFAULT ] { -1 }
Constant [ integer CM_STORE ] { 0 }
Constant [ integer CM_SHRINK ] { 1 }