diff options
-rw-r--r-- | PHPINFO | 7 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-zip.spec | 7 |
3 files changed, 13 insertions, 3 deletions
@@ -0,0 +1,7 @@ + +zip + +Zip => enabled +Zip version => 1.15.4 +Libzip headers version => 1.5.1 +Libzip library version => 1.5.1 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #177 zip version 1.15.3 ] { +Extension [ <persistent> extension #176 zip version 1.15.4 ] { - Functions { Function [ <internal:zip> function zip_open ] { diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 6f4f2aa..8e5e69b 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -31,8 +31,8 @@ Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: %{?scl_prefix}php-pecl-zip -Version: 1.15.3 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.15.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/zip @@ -255,6 +255,9 @@ fi %changelog +* Wed Oct 3 2018 Remi Collet <remi@remirepo.net> - 1.15.4-1 +- update to 1.15.4 (stable) + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.15.3-4 - rebuild for 7.3.0beta2 new ABI |