summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-29 15:39:07 +0200
committerRemi Collet <remi@php.net>2023-06-29 15:39:07 +0200
commitc1e7b4852aff1ee4f2692d18fa31922498e7783e (patch)
tree7cdb694d6f79aa64dfbfc138bd3f3257427067d0
parent9e32e9427a38407adfef120589a6592033bfc70d (diff)
update to 1.22.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-zip.spec5
3 files changed, 8 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 0db62da..5991baf 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
zip
Zip => enabled
-Zip version => 1.22.0
+Zip version => 1.22.1
Libzip version => 1.10.0
BZIP2 compression => Yes
XZ compression => Yes
diff --git a/REFLECTION b/REFLECTION
index 6b7f4df..b7c9982 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #66 zip version 1.22.0 ] {
+Extension [ <persistent> extension #66 zip version 1.22.1 ] {
- Functions {
Function [ <internal, deprecated:zip> function zip_open ] {
@@ -77,7 +77,7 @@ Extension [ <persistent> extension #66 zip version 1.22.0 ] {
- Classes [1] {
Class [ <internal:zip> class ZipArchive implements Countable ] {
- - Constants [106] {
+ - Constants [107] {
Constant [ public int CREATE ] { 1 }
Constant [ public int EXCL ] { 2 }
Constant [ public int CHECKCONS ] { 4 }
@@ -97,6 +97,7 @@ Extension [ <persistent> extension #66 zip version 1.22.0 ] {
Constant [ public int FL_ENC_STRICT ] { 128 }
Constant [ public int FL_ENC_UTF_8 ] { 2048 }
Constant [ public int FL_ENC_CP437 ] { 4096 }
+ Constant [ public int FL_OPEN_FILE_NOW ] { 1073741824 }
Constant [ public int CM_DEFAULT ] { -1 }
Constant [ public int CM_STORE ] { 0 }
Constant [ public int CM_SHRINK ] { 1 }
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 8abc7a0..8c9b7fa 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -26,7 +26,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name zip
-%global upstream_version 1.22.0
+%global upstream_version 1.22.1
#global upstream_prever dev
#global upstream_lower DEV
@@ -279,6 +279,9 @@ fi
%changelog
+* Thu Jun 29 2023 Remi Collet <remi@remirepo.net> - 1.22.1-1
+- update to 1.22.1
+
* Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 1.22.0-1
- update to 1.22.0