summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-09 07:46:34 +0200
committerRemi Collet <remi@php.net>2023-09-09 07:46:34 +0200
commit169be92f4054bfc89b74e68cdd2fe371dd00bc12 (patch)
tree8bfc78e3e5ea1e915bb899c609886c824685a497
parentbc6113ee25341b1294efb1238abc6f183f4aeb18 (diff)
update to 0.91.1
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec6
3 files changed, 10 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 1c7dd40..e06ef86 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -7,12 +7,12 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang
(c) Datadog 2020
Datadog tracing support => disabled
-Version => 0.91.0
+Version => 0.91.1
DATADOG TRACER CONFIGURATION => {
- "date": "2023-09-07T05:49:50Z",
+ "date": "2023-09-09T04:55:35Z",
"os_name": "Linux builder.remirepo.net 6.4.13-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 30 16:43:51 UTC 2023 x86_64",
"os_version": "6.4.13-100.fc37.x86_64",
- "version": "0.91.0",
+ "version": "0.91.1",
"lang": "php",
"lang_version": "8.1.23",
"env": null,
diff --git a/REFLECTION b/REFLECTION
index 82784ee..1d52b0c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #125 ddtrace version 0.91.0 ] {
+Extension [ <persistent> extension #125 ddtrace version 0.91.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -783,7 +783,7 @@ Extension [ <persistent> extension #125 ddtrace version 0.91.0 ] {
Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 }
Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 }
Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 }
- Constant [ string DD_TRACE_VERSION ] { 0.91.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.91.1 }
Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 }
Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 }
Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 }
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index c917223..fc1cb41 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -34,7 +34,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.91.0
+Version: 0.91.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# extension is dual-licensed under Apache 2.0 or BSD3.
# mpack is MIT
@@ -118,6 +118,7 @@ cd ..
mkdir .cargo
cat << EOF | tee .cargo/config.toml
[build]
+jobs = %(echo %{?_smp_mflags} | sed 's/\-j//')
rustc = "%{_root_bindir}/rustc"
[env]
@@ -293,6 +294,9 @@ fi
%changelog
+* Sat Sep 9 2023 Remi Collet <remi@remirepo.net> - 0.91.1-1
+- update to 0.91.1
+
* Thu Sep 7 2023 Remi Collet <remi@remirepo.net> - 0.91.0-1
- update to 0.91.0
- raise build dependency on rust 1.70