diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-pcov.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ pcov PCOV support => Disabled -PCOV version => 1.0.7 +PCOV version => 1.0.8 pcov.directory => auto pcov.exclude => none pcov.initial.memory => 65336 bytes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #88 pcov version 1.0.7 ] { +Extension [ <persistent> extension #88 pcov version 1.0.8 ] { - Dependencies { Dependency [ pcre (Required) ] @@ -26,7 +26,7 @@ Extension [ <persistent> extension #88 pcov version 1.0.7 ] { Constant [ int pcov\all ] { 0 } Constant [ int pcov\inclusive ] { 1 } Constant [ int pcov\exclusive ] { 2 } - Constant [ string pcov\version ] { 1.0.7 } + Constant [ string pcov\version ] { 1.0.8 } } - Functions { diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index e6a6c59..52c52fb 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -14,7 +14,7 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -217,6 +217,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Mar 22 2021 Remi Collet <remi@remirepo.net> - 1.0.8-1 +- update to 1.0.8 + * Fri Mar 19 2021 Remi Collet <remi@remirepo.net> - 1.0.7-1 - update to 1.0.7 |