From 9ea13f946f8f2287831c4ac139a5daca8fd9a964 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Sep 2019 07:41:32 +0200 Subject: v1.2.8 --- PHPINFO | 2 +- REFLECTION | 21 ++++++++++++++++++--- php-pecl-xlswriter.spec | 7 +++++-- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8b11159..67b0798 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ xlswriter xlswriter support => enabled -Version => 1.2.7 +Version => 1.2.8 libxlsxwriter headers version => 0.8.7 libxlsxwriter library version => 0.8.7 diff --git a/REFLECTION b/REFLECTION index 2d45c72..b9dab38 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #173 xlswriter version 1.2.7 ] { +Extension [ extension #173 xlswriter version 1.2.8 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -60,7 +60,11 @@ Extension [ extension #173 xlswriter version 1.2.7 ] { Class [ class Vtiful\Kernel\Excel ] { - - Constants [0] { + - Constants [4] { + Constant [ public integer TYPE_INT ] { 2 } + Constant [ public integer TYPE_DOUBLE ] { 4 } + Constant [ public integer TYPE_STRING ] { 1 } + Constant [ public integer TYPE_TIMESTAMP ] { 8 } } - Static properties [0] { @@ -74,7 +78,7 @@ Extension [ extension #173 xlswriter version 1.2.7 ] { Property [ private $fileName ] } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { - Parameters [1] { @@ -150,6 +154,17 @@ Extension [ extension #173 xlswriter version 1.2.7 ] { } } + Method [ public method insertDate ] { + + - Parameters [5] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $timestamp ] + Parameter #3 [ $format ] + Parameter #4 [ $format_handle ] + } + } + Method [ public method insertChart ] { - Parameters [3] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 18459b3..334d164 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -28,8 +28,8 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.7 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.2.8 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -255,6 +255,9 @@ cd .. %changelog +* Sat Sep 14 2019 Remi Collet - 1.2.8-1 +- update to 1.2.8 + * Fri Sep 6 2019 Remi Collet - 1.2.7-2 - enable the reader - add patch to fix config.m4 from -- cgit