diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xhprof.spec | 8 |
3 files changed, 8 insertions, 4 deletions
@@ -2,7 +2,7 @@ xhprof xhprof support => enabled -Version => 2.3.8 +Version => 2.3.9 Directive => Local Value => Master Value xhprof.output_dir => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 xhprof version 2.3.8 ] { +Extension [ <persistent> extension #123 xhprof version 2.3.9 ] { - INI { Entry [ xhprof.output_dir <ALL> ] diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index d4acc05..54a5cc0 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -24,11 +24,11 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?scl_prefix}php-pecl-xhprof -Version: 2.3.8 +Version: 2.3.9 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler -License: ASL 2.0 +License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -262,6 +262,10 @@ fi %changelog +* Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 2.3.9-1 +- update to 2.3.9 +- use SPDX license id + * Mon Nov 7 2022 Remi Collet <remi@remirepo.net> - 2.3.8-1 - update to 2.3.8 |