From 574cd911ff1435fd05050f43986aefedd7e19bb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Nov 2021 10:01:25 +0100 Subject: update to 1.0.10 --- PHPINFO | 2 +- REFLECTION | 10 +++++----- php-pecl-pcov.spec | 15 +++++++-------- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index f331b2d..c3b955a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ pcov PCOV support => Disabled -PCOV version => 1.0.9 +PCOV version => 1.0.10 pcov.directory => auto pcov.exclude => none pcov.initial.memory => 65336 bytes diff --git a/REFLECTION b/REFLECTION index 2e02bf6..26473e6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #88 pcov version 1.0.9 ] { +Extension [ extension #90 pcov version 1.0.10 ] { - Dependencies { Dependency [ pcre (Required) ] @@ -26,7 +26,7 @@ Extension [ extension #88 pcov version 1.0.9 ] { Constant [ int pcov\all ] { 0 } Constant [ int pcov\inclusive ] { 1 } Constant [ int pcov\exclusive ] { 2 } - Constant [ string pcov\version ] { 1.0.9 } + Constant [ string pcov\version ] { 1.0.10 } } - Functions { @@ -43,14 +43,14 @@ Extension [ extension #88 pcov version 1.0.9 ] { Function [ function pcov\collect ] { - Parameters [2] { - Parameter #0 [ int $type ] - Parameter #1 [ array $filter ] + Parameter #0 [ int $type = ] + Parameter #1 [ array $filter = ] } } Function [ function pcov\clear ] { - Parameters [1] { - Parameter #0 [ bool $files ] + Parameter #0 [ bool $files = ] } } Function [ function pcov\waiting ] { diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index 0dfd74a..a64d1ce 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -14,8 +14,8 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.9 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.0.10 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -182,11 +182,9 @@ cd NTS --modules | grep %{pecl_name} : Upstream test suite for NTS extension -TEST_PHP_EXECUTABLE=%{_bindir}/php \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{_bindir}/php -n run-tests.php --show-diff +%{_bindir}/php -n run-tests.php -q -P --show-diff %if %{with_zts} @@ -197,11 +195,9 @@ cd ../ZTS --modules | grep %{pecl_name} : Upstream test suite for ZTS extension -TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php --show-diff +%{__ztsphp} -n run-tests.php -q -P --show-diff %endif @@ -220,6 +216,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Nov 24 2021 Remi Collet - 1.0.10-1 +- update to 1.0.10 + * Wed Sep 01 2021 Remi Collet - 1.0.9-2 - rebuild for 8.1.0RC1 -- cgit