summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-27 07:50:13 +0100
committerRemi Collet <remi@remirepo.net>2020-11-27 07:50:13 +0100
commit311488efc0e908f258ba4281dd30c90f8ce410a9 (patch)
treeebaceda1eab4b04946fbad07fcd556d7bb098165
parentfad4863f2808eb2160210ccea3c5d55280bdb3f6 (diff)
update to 2.2.3 (stable)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xhprof.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 3358770..7fd2cfa 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xhprof
xhprof support => enabled
-Version => 2.2.2
+Version => 2.2.3
Directive => Local Value => Master Value
xhprof.output_dir => no value => no value
diff --git a/REFLECTION b/REFLECTION
index fdd89d6..8fd085b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 xhprof version 2.2.2 ] {
+Extension [ <persistent> extension #117 xhprof version 2.2.3 ] {
- INI {
Entry [ xhprof.output_dir <ALL> ]
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec
index 35ae971..5437b7f 100644
--- a/php-pecl-xhprof.spec
+++ b/php-pecl-xhprof.spec
@@ -25,7 +25,7 @@
%global ini_name 40-%{pecl_name}.ini
Name: %{?sub_prefix}php-pecl-xhprof
-Version: 2.2.2
+Version: 2.2.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP extension for XHProf, a Hierarchical Profiler
@@ -291,6 +291,9 @@ fi
%changelog
+* Fri Nov 27 2020 Remi Collet <remi@remirepo.net> - 2.2.3-1
+- update to 2.2.3 (stable)
+
* Fri Oct 9 2020 Remi Collet <remi@remirepo.net> - 2.2.2-1
- update to 2.2.2 (beta)