summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-pcov.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 1619c68..7cd92aa 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
pcov
PCOV support => Disabled
-PCOV version => 1.0.4
+PCOV version => 1.0.5
pcov.directory => auto
pcov.exclude => none
pcov.initial.memory => 65336 bytes
diff --git a/REFLECTION b/REFLECTION
index 02b0ab2..51ae551 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #129 pcov version 1.0.4 ] {
+Extension [ <persistent> extension #129 pcov version 1.0.5 ] {
- Dependencies {
Dependency [ pcre (Required) ]
@@ -26,7 +26,7 @@ Extension [ <persistent> extension #129 pcov version 1.0.4 ] {
Constant [ integer pcov\all ] { 0 }
Constant [ integer pcov\inclusive ] { 1 }
Constant [ integer pcov\exclusive ] { 2 }
- Constant [ string pcov\version ] { 1.0.4 }
+ Constant [ string pcov\version ] { 1.0.5 }
}
- Functions {
diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec
index 0e51b4f..d5f4afa 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.4
+Version: 1.0.5
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
@@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 1.0.5-1
+- update to 1.0.5
+
* Mon Jun 3 2019 Remi Collet <remi@remirepo.net> - 1.0.4-1
- update to 1.0.4