diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 19 | ||||
-rw-r--r-- | php-pecl-zip.spec | 5 |
3 files changed, 22 insertions, 4 deletions
@@ -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 @@ -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 |