summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 db26b88..0696fa8 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
zip
Zip => enabled
-Zip version => 1.18.0RC1
+Zip version => 1.18.0RC2
Libzip headers version => 1.6.1
Libzip library version => 1.6.1
diff --git a/REFLECTION b/REFLECTION
index 369f457..fc56929 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #101 zip version 1.18.0RC1 ] {
+Extension [ <persistent> extension #102 zip version 1.18.0RC2 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -176,7 +176,8 @@ Extension [ <persistent> extension #101 zip version 1.18.0RC1 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [6] {
+ Property [ <default> public $lastId ]
Property [ <default> public $status ]
Property [ <default> public $statusSys ]
Property [ <default> public $numFiles ]
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index fd04573..808ddc4 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -19,7 +19,7 @@
%global pecl_name zip
%global upstream_version 1.18.0
-%global upstream_prever RC1
+%global upstream_prever RC2
%if "%{php_version}" < "5.6"
%global ini_name %{pecl_name}.ini
@@ -263,6 +263,9 @@ fi
#### TODO: SCLs on EL-8 still use libzip from default stream (7.2 => 1.5.1)
%changelog
+* Wed Mar 4 2020 Remi Collet <remi@remirepo.net> - 1.18.0RC2-1
+- update to 1.18.0RC2
+
* Mon Mar 2 2020 Remi Collet <remi@remirepo.net> - 1.18.0RC1-1
- update to 1.18.0RC1