From ef79129cd51ae33a52b71f476d33de381baae614 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Apr 2020 07:48:36 +0200 Subject: v1.3.4.1 --- PHPINFO | 2 +- REFLECTION | 11 +++++++++-- php-pecl-xlswriter.spec | 5 ++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index d11317f..250f560 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xlswriter xlswriter support => enabled -Version => 1.3.4 +Version => 1.3.4.1 libxlsxwriter headers version => 0.9.4 libxlsxwriter library version => 0.9.4 libxlsxio headers version => 0.2.26 diff --git a/REFLECTION b/REFLECTION index dbbfdc7..d643fe8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #100 xlswriter version 1.3.4 ] { +Extension [ extension #100 xlswriter version 1.3.4.1 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -100,7 +100,7 @@ Extension [ extension #100 xlswriter version 1.3.4 ] { Property [ private $read_row_type ] } - - Methods [32] { + - Methods [33] { Method [ public method __construct ] { - Parameters [1] { @@ -338,6 +338,13 @@ Extension [ extension #100 xlswriter version 1.3.4 ] { } } + Method [ public method setSkipRows ] { + + - Parameters [1] { + Parameter #0 [ $zv_skip_t ] + } + } + Method [ public method getSheetData ] { - Parameters [0] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index c01652a..a81090c 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,7 +27,7 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.4 +Version: 1.3.4.1 Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} @@ -254,6 +254,9 @@ cd .. %changelog +* Mon Apr 13 2020 Remi Collet - 1.3.4.1-1 +- update to 1.3.4.1 + * Tue Mar 24 2020 Remi Collet - 1.3.4-2 - rebuild using libxlsxio version 0.2.26 -- cgit