summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-03 11:02:17 +0100
committerRemi Collet <remi@remirepo.net>2020-02-03 11:02:17 +0100
commit532a1167303076eb6e4fb51fa46d478abbc73ffb (patch)
treede7a1857710c1fe071c6e4f926528cef871e87bd
parent95baaa8f6fc6b61c8e7985c84d6ca2c351d7a58c (diff)
v1.17.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 a56cb27..d6beea6 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
zip
Zip => enabled
-Zip version => 1.17.0
+Zip version => 1.17.1
Libzip headers version => 1.6.0
Libzip library version => 1.6.0
diff --git a/REFLECTION b/REFLECTION
index 013f99a..a89c3f7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 9158e24..cb84ad6 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -31,7 +31,7 @@
Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: %{?scl_prefix}php-pecl-zip
-Version: 1.17.0
+Version: 1.17.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
@@ -261,6 +261,9 @@ fi
#### TODO: SCLs on EL-8 still use libzip from default stream (7.2 => 1.5.1)
%changelog
+* Mon Feb 3 2020 Remi Collet <remi@remirepo.net> - 1.17.1-1
+- update to 1.17.1
+
* Fri Jan 31 2020 Remi Collet <remi@remirepo.net> - 1.17.0-1
- update to 1.17.0