summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-31 09:22:24 +0100
committerRemi Collet <remi@remirepo.net>2020-01-31 09:22:24 +0100
commit95baaa8f6fc6b61c8e7985c84d6ca2c351d7a58c (patch)
tree743052f98a7e436a39d6e223774d4bd507134819
parent448078a4c627056d1963a3e514a54b6466821a17 (diff)
v1.17.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION19
-rw-r--r--php-pecl-zip.spec5
3 files changed, 22 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 236b8ae..a56cb27 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
zip
Zip => enabled
-Zip version => 1.16.1
+Zip version => 1.17.0
Libzip headers version => 1.6.0
Libzip library version => 1.6.0
diff --git a/REFLECTION b/REFLECTION
index 4ee2de8..013f99a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #98 zip version 1.16.1 ] {
+Extension [ <persistent> extension #98 zip version 1.17.0 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -178,7 +178,7 @@ Extension [ <persistent> extension #98 zip version 1.16.1 ] {
Property [ <default> public $comment ]
}
- - Methods [42] {
+ - Methods [44] {
Method [ <internal:zip> public method open ] {
- Parameters [2] {
@@ -515,6 +515,21 @@ Extension [ <persistent> extension #98 zip version 1.16.1 ] {
Parameter #2 [ <optional> $password ]
}
}
+
+ Method [ <internal:zip> public method registerProgressCallback ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $rate ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
+
+ Method [ <internal:zip> public method registerCancelCallback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
+ }
+ }
}
}
}
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 4d69eea..9158e24 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.16.1
+Version: 1.17.0
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
+* Fri Jan 31 2020 Remi Collet <remi@remirepo.net> - 1.17.0-1
+- update to 1.17.0
+
* Wed Jan 29 2020 Remi Collet <remi@remirepo.net> - 1.16.1-1
- update to 1.16.1