diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xhprof.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -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 @@ -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 |