diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 63 | ||||
| -rw-r--r-- | php-pecl-xlswriter.spec | 7 | 
3 files changed, 63 insertions, 9 deletions
| @@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] { +Extension [ <persistent> extension #173 xlswriter version 1.2.7 ] {    - Classes [4] {      Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -219,7 +219,7 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {      Class [ <internal:xlswriter> 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 [ <persistent> 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 [ <persistent> extension #173 xlswriter version 1.2.6 ] {        - Properties [0] {        } -      - Methods [12] { +      - Methods [13] {          Method [ <internal:xlswriter, ctor> public method __construct ] {            - Parameters [1] { @@ -299,6 +312,13 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {          Method [ <internal:xlswriter> public method italic ] {          } +        Method [ <internal:xlswriter> public method border ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $style ] +          } +        } +          Method [ <internal:xlswriter> public method align ] {            - Parameters [1] { @@ -352,10 +372,34 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {      Class [ <internal:xlswriter> 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 [ <persistent> extension #173 xlswriter version 1.2.6 ] {        - Properties [0] {        } -      - Methods [8] { +      - Methods [9] {          Method [ <internal:xlswriter, ctor> public method __construct ] {            - Parameters [2] { @@ -419,6 +463,13 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {            }          } +        Method [ <internal:xlswriter> public method legendSetPosition ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $type ] +          } +        } +          Method [ <internal:xlswriter> 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 <remi@remirepo.net> - 1.2.7-1 +- update to 1.2.7 +  * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.2.6-3  - rebuild for 7.4.0RC1 | 
