diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 10 | ||||
-rw-r--r-- | php-pecl-pcov.spec | 15 |
3 files changed, 13 insertions, 14 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #88 pcov version 1.0.9 ] { +Extension [ <persistent> extension #90 pcov version 1.0.10 ] { - Dependencies { Dependency [ pcre (Required) ] @@ -26,7 +26,7 @@ Extension [ <persistent> 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 [ <persistent> extension #88 pcov version 1.0.9 ] { Function [ <internal:pcov> function pcov\collect ] { - Parameters [2] { - Parameter #0 [ <optional> int $type ] - Parameter #1 [ <optional> array $filter ] + Parameter #0 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> array $filter = <default> ] } } Function [ <internal:pcov> function pcov\clear ] { - Parameters [1] { - Parameter #0 [ <optional> bool $files ] + Parameter #0 [ <optional> bool $files = <default> ] } } Function [ <internal:pcov> 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 <remi@remirepo.net> - 1.0.10-1 +- update to 1.0.10 + * Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.9-2 - rebuild for 8.1.0RC1 |