From 24e88928490ec1e9ef9e5af4a071a800aedb2f6a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Feb 2024 08:28:39 +0100 Subject: update to 1.2.0 --- PHPINFO | 5 ++++- REFLECTION | 8 +++++++- php-pecl-excimer.spec | 12 +++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2c06e0c..918e2d6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,7 @@ excimer excimer support => enabled -excimer version => 1.1.1 +excimer version => 1.2.0 + +Directive => Local Value => Master Value +excimer.default_max_depth => 1000 => 1000 diff --git a/REFLECTION b/REFLECTION index fb420ec..855f292 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,8 +1,14 @@ -Extension [ extension #74 excimer version 1.1.1 ] { +Extension [ extension #96 excimer version 1.2.0 ] { - Dependencies { } + - INI { + Entry [ excimer.default_max_depth ] + Current = '1000' + } + } + - Constants [2] { Constant [ int EXCIMER_REAL ] { 0 } Constant [ int EXCIMER_CPU ] { 1 } diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec index 6d93065..d2a5905 100644 --- a/php-pecl-excimer.spec +++ b/php-pecl-excimer.spec @@ -1,6 +1,6 @@ # spec file for php-pecl-excimer # -# Copyright (c) 2021-2023 Remi Collet +# Copyright (c) 2021-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -20,8 +20,8 @@ Summary: Interrupting timer and low-overhead sampling profiler Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.2.0 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -74,6 +74,9 @@ mkdir ZTS cat > %{ini_name} << 'EOF' ; Enable %{pecl_name} extension module extension=%{pecl_name}.so + +; Configuration +;excimer.default_max_depth = 1000 EOF @@ -195,6 +198,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Wed Feb 28 2024 Remi Collet - 1.2.0-1 +- update to 1.2.0 + * Fri Sep 1 2023 Remi Collet - 1.1.1-2 - build out of sources tree -- cgit