diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xhprof.spec | 11 |
3 files changed, 9 insertions, 6 deletions
@@ -2,7 +2,7 @@ xhprof xhprof support => enabled -Version => 2.1.4-beta +Version => 2.2.0 Directive => Local Value => Master Value xhprof.output_dir => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #106 xhprof version 2.1.4-beta ] { +Extension [ <persistent> extension #113 xhprof version 2.2.0 ] { - INI { Entry [ xhprof.output_dir <ALL> ] diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index cd97c1d..5115f84 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xhprof # -# Copyright (c) 2012-2019 Remi Collet +# Copyright (c) 2012-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -22,14 +22,14 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-xhprof -Version: 2.1.4 +Version: 2.2.0 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 License: ASL 2.0 -URL: http://pecl.php.net/package/%{pecl_name} -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz # https://bugs.php.net/61262 ExclusiveArch: %{ix86} x86_64 @@ -271,6 +271,9 @@ fi %changelog +* Sat Apr 11 2020 Remi Collet <remi@remirepo.net> - 2.2.0-1 +- update to 2.2.0 + * Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 2.1.4-1 - update to 2.1.4 |