summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-05 08:04:40 +0200
committerRemi Collet <remi@remirepo.net>2021-09-05 08:04:40 +0200
commit09562581cac5ce129861faa5745e2ce28c690372 (patch)
tree1fc3b5326f8eae83fe53870ec7f019657d29f24a
parent332b574e253f45a30dc689b856a4ddab86b4badf (diff)
update to 2.3.5
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xhprof.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 363b5fb..87200d1 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xhprof
xhprof support => enabled
-Version => 2.3.4
+Version => 2.3.5
Directive => Local Value => Master Value
xhprof.output_dir => no value => no value
diff --git a/REFLECTION b/REFLECTION
index 24f0e9f..882e1e7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 xhprof version 2.3.4 ] {
+Extension [ <persistent> extension #124 xhprof version 2.3.5 ] {
- INI {
Entry [ xhprof.output_dir <ALL> ]
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec
index 3e39cbc..76d58d3 100644
--- a/php-pecl-xhprof.spec
+++ b/php-pecl-xhprof.spec
@@ -25,8 +25,8 @@
%global ini_name 40-%{pecl_name}.ini
Name: %{?sub_prefix}php-pecl-xhprof
-Version: 2.3.4
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.3.5
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP extension for XHProf, a Hierarchical Profiler
Group: Development/Languages
@@ -281,6 +281,9 @@ fi
%changelog
+* Sun Sep 5 2021 Remi Collet <remi@remirepo.net> - 2.3.5-1
+- update to 2.3.5
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.3.4-2
- rebuild for 8.1.0RC1