From 94a7aed8f422652a3a6339c4ba131802efe0a364 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2020 15:17:27 +0100 Subject: update to 1.3.4 build using libxlsxwriter version 0.9.4 build using libxlsxio version 0.2.24-2 --- PHPINFO | 10 +++++----- REFLECTION | 52 ++++++++++++++++++++++++++++++++++++++++++++----- php-pecl-xlswriter.spec | 13 +++++++++---- 3 files changed, 61 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index 27f1258..7ba2ff6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,8 +2,8 @@ xlswriter xlswriter support => enabled -Version => 1.3.3.2 -libxlsxwriter headers version => 0.9.3 -libxlsxwriter library version => 0.9.3 -libxlsxio headers version => 0.2.21 -libxlsxio library version => 0.2.21 +Version => 1.3.4 +libxlsxwriter headers version => 0.9.4 +libxlsxwriter library version => 0.9.4 +libxlsxio headers version => 0.2.24 +libxlsxio library version => 0.2.24 diff --git a/REFLECTION b/REFLECTION index 5b128b4..dbbfdc7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #96 xlswriter version 1.3.3.2 ] { +Extension [ extension #100 xlswriter version 1.3.4 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -60,10 +60,11 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { Class [ class Vtiful\Kernel\Excel ] { - - Constants [11] { + - Constants [12] { Constant [ public int SKIP_NONE ] { 0 } Constant [ public int SKIP_EMPTY_ROW ] { 1 } Constant [ public int SKIP_EMPTY_CELLS ] { 2 } + Constant [ public int SKIP_EMPTY_VALUE ] { 256 } Constant [ public int GRIDLINES_HIDE_ALL ] { 0 } Constant [ public int GRIDLINES_SHOW_ALL ] { 3 } Constant [ public int GRIDLINES_SHOW_PRINT ] { 2 } @@ -139,8 +140,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { Method [ public method header ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $header ] + Parameter #1 [ $format_handle ] } } @@ -152,9 +154,15 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method output ] { + + - Parameters [0] { + } } Method [ public method getHandle ] { + + - Parameters [0] { + } } Method [ public method autoFilter ] { @@ -298,20 +306,29 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { Method [ public method putCSV ] { - - Parameters [1] { + - Parameters [4] { Parameter #0 [ $fp ] + Parameter #1 [ $delimiter_str ] + Parameter #2 [ $enclosure_str ] + Parameter #3 [ $escape_str ] } } Method [ public method putCSVCallback ] { - - Parameters [2] { + - Parameters [5] { Parameter #0 [ $callback ] Parameter #1 [ $fp ] + Parameter #2 [ $delimiter_str ] + Parameter #3 [ $enclosure_str ] + Parameter #4 [ $escape_str ] } } Method [ public method sheetList ] { + + - Parameters [0] { + } } Method [ public method setType ] { @@ -322,9 +339,16 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method getSheetData ] { + + - Parameters [0] { + } } Method [ public method nextRow ] { + + - Parameters [1] { + Parameter #0 [ $zv_type_t ] + } } Method [ public method nextCellCallback ] { @@ -424,12 +448,21 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method wrap ] { + + - Parameters [0] { + } } Method [ public method bold ] { + + - Parameters [0] { + } } Method [ public method italic ] { + + - Parameters [0] { + } } Method [ public method border ] { @@ -475,6 +508,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method strikeout ] { + + - Parameters [0] { + } } Method [ public method underline ] { @@ -485,6 +521,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method toResource ] { + + - Parameters [0] { + } } Method [ public method background ] { @@ -598,6 +637,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method toResource ] { + + - Parameters [0] { + } } } } diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 7dd998f..441e5bc 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -22,13 +22,13 @@ %global ini_name 40-%{pecl_name}.ini # No soname, so manage dependency on available version -%global libxlsxwriter_version 0.9.3 -%global libxlsxio_version 0.2.21 +%global libxlsxwriter_version 0.9.4 +%global libxlsxio_version 0.2.24-2 Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.3.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.3.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -254,6 +254,11 @@ cd .. %changelog +* Thu Mar 19 2020 Remi Collet - 1.3.4-1 +- update to 1.3.4 +- build using libxlsxwriter version 0.9.4 +- build using libxlsxio version 0.2.24-2 + * Tue Jan 14 2020 Remi Collet - 1.3.3.2-2 - rebuild with libxlsxwriter 0.9.3 - add patch from https://github.com/viest/php-ext-xlswriter/pull/226 -- cgit