summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-07 08:06:00 +0200
committerRemi Collet <remi@remirepo.net>2021-05-07 08:06:00 +0200
commit38721e58d8a6e037bfe71cf96167495f13c1fb89 (patch)
tree308482bae75774e233de6452e0a28806ec2e0d15
parentc236b152ffee691dd009b06607109464fad9a0d8 (diff)
update to 2.3.2 (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 74d3393..c11181a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xhprof
xhprof support => enabled
-Version => 2.3.1
+Version => 2.3.2
Directive => Local Value => Master Value
xhprof.output_dir => no value => no value
diff --git a/REFLECTION b/REFLECTION
index 9df8fae..e1703c9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 xhprof version 2.3.1 ] {
+Extension [ <persistent> extension #118 xhprof version 2.3.2 ] {
- INI {
Entry [ xhprof.output_dir <ALL> ]
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec
index e2a5830..3224539 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.3.1
+Version: 2.3.2
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP extension for XHProf, a Hierarchical Profiler
@@ -278,6 +278,9 @@ fi
%changelog
+* Fri May 7 2021 Remi Collet <remi@remirepo.net> - 2.3.2-1
+- update to 2.3.2 (stable)
+
* Sat May 1 2021 Remi Collet <remi@remirepo.net> - 2.3.1-1
- update to 2.3.1 (beta)