summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-05 09:05:30 +0200
committerRemi Collet <remi@php.net>2023-04-05 09:05:30 +0200
commit6ab742f6fe7c8b5a2f8251d6c23e1260f4416b12 (patch)
treeabf2c9ecdfe833ecfa576d1fdb6f9f52cafb3f96
parentbfb38ba5eb2bb23d0c78f29d877f5db6a36d68aa (diff)
update to 0.86.2
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec5
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 30f97ba..7ebcf50 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.86.1
+Version => 0.86.2
DATADOG TRACER CONFIGURATION => {
- "date": "2023-03-31T05:31:10Z",
+ "date": "2023-04-05T06:31:36Z",
"os_name": "Linux builder.remirepo.net 6.2.8-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 22 19:11:02 UTC 2023 x86_64",
"os_version": "6.2.8-200.fc37.x86_64",
- "version": "0.86.1",
+ "version": "0.86.2",
"lang": "php",
"lang_version": "8.1.17",
"env": null,
diff --git a/REFLECTION b/REFLECTION
index cb415fe..eb92b8f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 ddtrace version 0.86.1 ] {
+Extension [ <persistent> extension #122 ddtrace version 0.86.2 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -658,7 +658,7 @@ Extension [ <persistent> extension #122 ddtrace version 0.86.1 ] {
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.86.1 }
+ Constant [ string DD_TRACE_VERSION ] { 0.86.2 }
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 f9e250c..87fc046 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -26,7 +26,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.86.1
+Version: 0.86.2
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
@@ -251,6 +251,9 @@ fi
%changelog
+* Wed Apr 5 2023 Remi Collet <remi@remirepo.net> - 0.86.2-1
+- update to 0.86.2
+
* Fri Mar 31 2023 Remi Collet <remi@remirepo.net> - 0.86.1-1
- update to 0.86.1