summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-zip.spec9
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 318c528..c5c5166 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
zip
Zip => enabled
-Zip version => 1.20.0
+Zip version => 1.20.1
Libzip version => 1.8.0
BZIP2 compression => Yes
XZ compression => Yes
diff --git a/REFLECTION b/REFLECTION
index 390f2fe..44c3010 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #66 zip version 1.20.0 ] {
+Extension [ <persistent> extension #66 zip version 1.20.1 ] {
- Functions {
Function [ <internal, deprecated:zip> function zip_open ] {
@@ -285,7 +285,7 @@ Extension [ <persistent> extension #66 zip version 1.20.0 ] {
- Parameters [5] {
Parameter #0 [ <required> string $filepath ]
- Parameter #1 [ <required> string $index ]
+ Parameter #1 [ <required> int $index ]
Parameter #2 [ <optional> int $start = 0 ]
Parameter #3 [ <optional> int $length = 0 ]
Parameter #4 [ <optional> int $flags = 0 ]
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index c2257a7..446d07b 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -3,7 +3,7 @@
#
# fedora spec file for php-pecl-zip
#
-# Copyright (c) 2013-2021 Remi Collet
+# Copyright (c) 2013-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -18,7 +18,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name zip
-%global upstream_version 1.20.0
+%global upstream_version 1.20.1
#global upstream_prever dev
#global upstream_lower DEV
@@ -34,7 +34,7 @@
Summary: A ZIP archive management extension
Name: %{?scl_prefix}php-pecl-zip
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: https://pecl.php.net/package/zip
@@ -281,6 +281,9 @@ fi
%changelog
+* Mon May 2 2022 Remi Collet <remi@remirepo.net> - 1.20.1-1
+- update to 1.20.1
+
* Mon Nov 8 2021 Remi Collet <remi@remirepo.net> - 1.20.0-2
- use remi-libzip on EL-9