diff options
| -rw-r--r-- | REFLECTION | 9 | ||||
| -rw-r--r-- | php-pecl-zip.spec | 9 | 
2 files changed, 15 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #182 zip version 1.13.1 ] { +Extension [ <persistent> extension #192 zip version 1.13.3 ] {    - Functions {      Function [ <internal:zip> function zip_open ] { @@ -69,7 +69,7 @@ Extension [ <persistent> extension #182 zip version 1.13.1 ] {    - Classes [1] {      Class [ <internal:zip> class ZipArchive ] { -      - Constants [70] { +      - Constants [75] {          Constant [ integer CREATE ] { 1 }          Constant [ integer EXCL ] { 2 }          Constant [ integer CHECKCONS ] { 4 } @@ -78,6 +78,11 @@ Extension [ <persistent> extension #182 zip version 1.13.1 ] {          Constant [ integer FL_NODIR ] { 2 }          Constant [ integer FL_COMPRESSED ] { 4 }          Constant [ integer FL_UNCHANGED ] { 8 } +        Constant [ integer FL_ENC_GUESS ] { 0 } +        Constant [ integer FL_ENC_RAW ] { 64 } +        Constant [ integer FL_ENC_STRICT ] { 128 } +        Constant [ integer FL_ENC_UTF_8 ] { 2048 } +        Constant [ integer FL_ENC_CP437 ] { 4096 }          Constant [ integer CM_DEFAULT ] { -1 }          Constant [ integer CM_STORE ] { 0 }          Constant [ integer CM_SHRINK ] { 1 } diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 4439de5..eef9733 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -30,7 +30,7 @@  Summary:      A ZIP archive management extension  Summary(fr):  Une extension de gestion des ZIP  Name:         %{?scl_prefix}php-pecl-zip -Version:      1.13.2 +Version:      1.13.3  Release:      1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %if %{with_libzip}  License:      PHP @@ -78,6 +78,10 @@ Obsoletes:     php56w-pecl-%{pecl_name} <= %{version}  Obsoletes:     php70u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php70w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.1" +Obsoletes:     php71u-pecl-%{pecl_name} <= %{version} +Obsoletes:     php71w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if "%{php_version}" > "7.0" @@ -259,6 +263,9 @@ fi  %changelog +* Thu Jun 23 2016 Remi Collet <remi@fedoraproject.org> - 1.13.3-1 +- Update to 1.13.3 +  * Tue Mar  1 2016 Remi Collet <remi@fedoraproject.org> - 1.13.2-1  - Update to 1.13.2  - fix license management  | 
