summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-28 08:28:39 +0100
committerRemi Collet <remi@php.net>2024-02-28 08:28:39 +0100
commit24e88928490ec1e9ef9e5af4a071a800aedb2f6a (patch)
tree846fd80e4219f4bf9c93476bb35f7af6079802c7
parent6275a74e06439ee69029af8cbfe9d42133217b74 (diff)
update to 1.2.0
-rw-r--r--PHPINFO5
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-excimer.spec12
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 [ <persistent> extension #74 excimer version 1.1.1 ] {
+Extension [ <persistent> extension #96 excimer version 1.2.0 ] {
- Dependencies {
}
+ - INI {
+ Entry [ excimer.default_max_depth <ALL> ]
+ 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 <remi@remirepo.net> - 1.2.0-1
+- update to 1.2.0
+
* Fri Sep 1 2023 Remi Collet <remi@remirepo.net> - 1.1.1-2
- build out of sources tree