From 09562581cac5ce129861faa5745e2ce28c690372 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 Sep 2021 08:04:40 +0200 Subject: update to 2.3.5 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xhprof.spec | 7 +++++-- 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 [ extension #122 xhprof version 2.3.4 ] { +Extension [ extension #124 xhprof version 2.3.5 ] { - INI { Entry [ xhprof.output_dir ] 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 - 2.3.5-1 +- update to 2.3.5 + * Wed Sep 01 2021 Remi Collet - 2.3.4-2 - rebuild for 8.1.0RC1 -- cgit