From 5b3d8f1973662218ba5b83c65fbe5fff1bbabd40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Sep 2019 16:57:16 +0200 Subject: v1.2.7 --- PHPINFO | 2 +- REFLECTION | 63 ++++++++++++++++++++++++++++++++++++++++++++----- php-pecl-xlswriter.spec | 7 ++++-- 3 files changed, 63 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index b5b529f..8b11159 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ xlswriter xlswriter support => enabled -Version => 1.2.6 +Version => 1.2.7 libxlsxwriter headers version => 0.8.7 libxlsxwriter library version => 0.8.7 diff --git a/REFLECTION b/REFLECTION index 8eec230..181a818 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #173 xlswriter version 1.2.6 ] { +Extension [ extension #173 xlswriter version 1.2.7 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -219,7 +219,7 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Class [ class Vtiful\Kernel\Format ] { - - Constants [51] { + - Constants [64] { Constant [ public integer UNDERLINE_SINGLE ] { 1 } Constant [ public integer UNDERLINE_DOUBLE ] { 2 } Constant [ public integer UNDERLINE_SINGLE_ACCOUNTING ] { 3 } @@ -271,6 +271,19 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Constant [ public integer PATTERN_LIGHT_TRELLIS ] { 16 } Constant [ public integer PATTERN_GRAY_125 ] { 17 } Constant [ public integer PATTERN_GRAY_0625 ] { 18 } + Constant [ public integer BORDER_THIN ] { 1 } + Constant [ public integer BORDER_MEDIUM ] { 2 } + Constant [ public integer BORDER_DASHED ] { 3 } + Constant [ public integer BORDER_DOTTED ] { 4 } + Constant [ public integer BORDER_THICK ] { 5 } + Constant [ public integer BORDER_DOUBLE ] { 6 } + Constant [ public integer BORDER_HAIR ] { 7 } + Constant [ public integer BORDER_MEDIUM_DASHED ] { 8 } + Constant [ public integer BORDER_DASH_DOT ] { 9 } + Constant [ public integer BORDER_MEDIUM_DASH_DOT ] { 10 } + Constant [ public integer BORDER_DASH_DOT_DOT ] { 11 } + Constant [ public integer BORDER_MEDIUM_DASH_DOT_DOT ] { 12 } + Constant [ public integer BORDER_SLANT_DASH_DOT ] { 13 } } - Static properties [0] { @@ -282,7 +295,7 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ public method __construct ] { - Parameters [1] { @@ -299,6 +312,13 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Method [ public method italic ] { } + Method [ public method border ] { + + - Parameters [1] { + Parameter #0 [ $style ] + } + } + Method [ public method align ] { - Parameters [1] { @@ -352,10 +372,34 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Class [ class Vtiful\Kernel\Chart ] { - - Constants [3] { + - Constants [27] { + Constant [ public integer CHART_BAR ] { 4 } + Constant [ public integer CHART_BAR_STACKED ] { 5 } + Constant [ public integer CHART_BAR_STACKED_PERCENT ] { 6 } + Constant [ public integer CHART_AREA ] { 1 } + Constant [ public integer CHART_AREA_STACKED ] { 2 } + Constant [ public integer CHART_AREA_STACKED_PERCENT ] { 3 } Constant [ public integer CHART_LINE ] { 11 } Constant [ public integer CHART_COLUMN ] { 7 } - Constant [ public integer CHART_AREA ] { 1 } + Constant [ public integer CHART_COLUMN_STACKED ] { 8 } + Constant [ public integer CHART_COLUMN_STACKED_PERCENT ] { 9 } + Constant [ public integer CHART_DOUGHNUT ] { 10 } + Constant [ public integer CHART_PIE ] { 12 } + Constant [ public integer CHART_SCATTER ] { 13 } + Constant [ public integer CHART_SCATTER_STRAIGHT ] { 14 } + Constant [ public integer CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 15 } + Constant [ public integer CHART_SCATTER_SMOOTH ] { 16 } + Constant [ public integer CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 17 } + Constant [ public integer CHART_RADAR ] { 18 } + Constant [ public integer CHART_RADAR_WITH_MARKERS ] { 19 } + Constant [ public integer CHART_RADAR_FILLED ] { 20 } + Constant [ public integer CHART_LEGEND_NONE ] { 0 } + Constant [ public integer CHART_LEGEND_RIGHT ] { 1 } + Constant [ public integer CHART_LEGEND_LEFT ] { 2 } + Constant [ public integer CHART_LEGEND_TOP ] { 3 } + Constant [ public integer CHART_LEGEND_BOTTOM ] { 4 } + Constant [ public integer CHART_LEGEND_OVERLAY_RIGHT ] { 6 } + Constant [ public integer CHART_LEGEND_OVERLAY_LEFT ] { 7 } } - Static properties [0] { @@ -367,7 +411,7 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { - Parameters [2] { @@ -419,6 +463,13 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { } } + Method [ public method legendSetPosition ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + Method [ public method toResource ] { } } diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index a6031ce..65008bb 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -26,8 +26,8 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.6 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.2.7 +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 @@ -245,6 +245,9 @@ cd .. %changelog +* Fri Sep 6 2019 Remi Collet - 1.2.7-1 +- update to 1.2.7 + * Tue Sep 03 2019 Remi Collet - 1.2.6-3 - rebuild for 7.4.0RC1 -- cgit