diff options
-rw-r--r-- | REFLECTION | 8 | ||||
-rw-r--r-- | php-pecl-xlswriter.spec | 7 |
2 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 xlswriter version 1.1.0 ] { +Extension [ <persistent> extension #169 xlswriter version 1.2.0 ] { - Classes [3] { Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -84,8 +84,9 @@ Extension [ <persistent> extension #169 xlswriter version 1.1.0 ] { Method [ <internal:xlswriter> public method fileName ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $file_name ] + Parameter #1 [ <required> $sheet_name ] } } @@ -98,8 +99,9 @@ Extension [ <persistent> extension #169 xlswriter version 1.1.0 ] { Method [ <internal:xlswriter> public method constMemory ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $file_name ] + Parameter #1 [ <required> $sheet_name ] } } diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index e7ad3c1..a6031c0 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -29,7 +29,7 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -214,7 +214,7 @@ cd ../ZTS %if %{with_tests} : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \ -TEST_PHP_ARGS="-n -d %{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ +TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ %{_bindir}/zts-php -n run-tests.php --show-diff @@ -238,6 +238,9 @@ cd .. %changelog +* Fri Jun 1 2018 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Thu May 31 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 |