From a669cc855798226590ad9fe1fe6518ea80174986 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Dec 2019 07:46:09 +0100 Subject: v2.1.4 --- PHPINFO | 4 ++-- REFLECTION | 4 ++-- php-pecl-xhprof.spec | 24 +++++++++++++----------- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8afe6e0..476c52d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,10 +2,10 @@ xhprof xhprof support => enabled -Version => 2.1.2 +Version => 2.1.4-beta Directive => Local Value => Master Value -xhprof.output_dir => /tmp => /tmp +xhprof.output_dir => no value => no value xhprof.collect_additional_info => 0 => 0 xhprof.sampling_interval => 100000 => 100000 xhprof.sampling_depth => 0x7fffffff => 0x7fffffff diff --git a/REFLECTION b/REFLECTION index 1da8093..dbd4a9c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,8 +1,8 @@ -Extension [ extension #163 xhprof version 2.1.2 ] { +Extension [ extension #106 xhprof version 2.1.4-beta ] { - INI { Entry [ xhprof.output_dir ] - Current = '/tmp' + Current = '' } Entry [ xhprof.collect_additional_info ] Current = '0' diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index deb55e2..cd97c1d 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -10,23 +10,19 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- +%global sub_prefix %{scl_prefix} +%scl_package php-pecl-xhprof %else -%global sub_prefix %{scl_prefix} +%global _root_bindir %{_bindir} +%global _root_sysconfdir %{_sysconfdir} %endif -%endif - -%{?scl: %scl_package php-pecl-xhprof} -%{!?scl: %global _root_bindir %{_bindir}} -%{!?scl: %global _root_sysconfdir %{_sysconfdir}} %global pecl_name xhprof -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-xhprof -Version: 2.1.2 +Version: 2.1.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler @@ -128,7 +124,7 @@ extension = xhprof.so ; You can either pass the directory location as an argument to the constructor ; for XHProfRuns_Default() or set xhprof.output_dir ini param. -;xhprof.output_dir = /tmp +;xhprof.output_dir = '' ;xhprof.collect_additional_info = 0 ;xhprof.sampling_interval = 100000 ;xhprof.sampling_depth = 0x7fffffff @@ -275,6 +271,12 @@ fi %changelog +* Tue Dec 17 2019 Remi Collet - 2.1.4-1 +- update to 2.1.4 + +* Wed Dec 11 2019 Remi Collet - 2.1.3-1 +- update to 2.1.3 + * Fri Dec 6 2019 Remi Collet - 2.1.2-1 - update to 2.1.2 - raise dependency on PHP 7 -- cgit