From 37226a7512fbaf6ef32a54b20b800578636c7018 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Sep 2022 07:10:47 +0200 Subject: update to 2.3.7 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xhprof.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index edc40ed..a631514 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xhprof xhprof support => enabled -Version => 2.3.6 +Version => 2.3.7 Directive => Local Value => Master Value xhprof.output_dir => no value => no value diff --git a/REFLECTION b/REFLECTION index 095611b..cf2f499 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 xhprof version 2.3.6 ] { +Extension [ extension #120 xhprof version 2.3.7 ] { - INI { Entry [ xhprof.output_dir ] diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index 73adf38..1f482ea 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -24,7 +24,7 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?scl_prefix}php-pecl-xhprof -Version: 2.3.6 +Version: 2.3.7 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler @@ -280,6 +280,9 @@ fi %changelog +* Tue Sep 6 2022 Remi Collet - 2.3.7-1 +- update to 2.3.7 (no change) + * Mon Sep 5 2022 Remi Collet - 2.3.6-1 - update to 2.3.6 -- cgit