summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b15fae1..442169e 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.87.0
+Version => 0.87.1
DATADOG TRACER CONFIGURATION => {
- "date": "2023-05-13T06:22:33Z",
+ "date": "2023-05-16T11:46:45Z",
"os_name": "Linux builder.remirepo.net 6.2.14-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 1 00:57:50 UTC 2023 x86_64",
"os_version": "6.2.14-200.fc37.x86_64",
- "version": "0.87.0",
+ "version": "0.87.1",
"lang": "php",
"lang_version": "8.1.19",
"env": null,
diff --git a/REFLECTION b/REFLECTION
index cf8c9bd..10862e8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 ddtrace version 0.87.0 ] {
+Extension [ <persistent> extension #122 ddtrace version 0.87.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -723,7 +723,7 @@ Extension [ <persistent> extension #122 ddtrace version 0.87.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.87.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.87.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 151a966..04260ab 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -32,7 +32,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.87.0
+Version: 0.87.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
@@ -257,6 +257,9 @@ fi
%changelog
+* Tue May 16 2023 Remi Collet <remi@remirepo.net> - 0.87.1-1
+- update to 0.87.1
+
* Sat May 13 2023 Remi Collet <remi@remirepo.net> - 0.87.0-1
- update to 0.87.0