diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 5 | ||||
| -rw-r--r-- | php-pecl-zip.spec | 5 | 
3 files changed, 8 insertions, 4 deletions
@@ -2,6 +2,6 @@  zip  Zip => enabled -Zip version => 1.17.0 +Zip version => 1.17.1  Libzip headers version => 1.6.0  Libzip library version => 1.6.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 zip version 1.17.0 ] { +Extension [ <persistent> extension #98 zip version 1.17.1 ] {    - Functions {      Function [ <internal:zip> function zip_open ] { @@ -69,11 +69,12 @@ Extension [ <persistent> extension #98 zip version 1.17.0 ] {    - Classes [1] {      Class [ <internal:zip> class ZipArchive implements Countable ] { -      - Constants [92] { +      - Constants [93] {          Constant [ public int CREATE ] { 1 }          Constant [ public int EXCL ] { 2 }          Constant [ public int CHECKCONS ] { 4 }          Constant [ public int OVERWRITE ] { 8 } +        Constant [ public int RDONLY ] { 16 }          Constant [ public int FL_NOCASE ] { 1 }          Constant [ public int FL_NODIR ] { 2 }          Constant [ public int FL_COMPRESSED ] { 4 } diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 9158e24..cb84ad6 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.17.0 +Version:      1.17.1  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 +* Mon Feb  3 2020 Remi Collet <remi@remirepo.net> - 1.17.1-1 +- update to 1.17.1 +  * Fri Jan 31 2020 Remi Collet <remi@remirepo.net> - 1.17.0-1  - update to 1.17.0  | 
