summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-29 13:00:56 +0100
committerRemi Collet <remi@php.net>2023-11-29 13:00:56 +0100
commitdf44b62a31e490c52b64ae01e1fe07c6dcc9c21a (patch)
treebb2dd76af1655c294cfd840168b475c61f163e21
parent71b7762fb3154341fb7fdfcb8da8e80ac26591fe (diff)
update to 0.94.1
-rw-r--r--PHPINFO12
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec7
3 files changed, 13 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index 7ccf460..2a9b6a9 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -7,14 +7,14 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang
(c) Datadog 2020
Datadog tracing support => disabled
-Version => 0.94.0
+Version => 0.94.1
DATADOG TRACER CONFIGURATION => {
- "date": "2023-11-21T09:43:16Z",
- "os_name": "Linux builder.remirepo.net 6.5.11-300.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 8 22:37:57 UTC 2023 x86_64",
- "os_version": "6.5.11-300.fc39.x86_64",
- "version": "0.94.0",
+ "date": "2023-11-29T10:41:19Z",
+ "os_name": "Linux builder.remirepo.net 6.5.12-300.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Nov 20 22:44:24 UTC 2023 x86_64",
+ "os_version": "6.5.12-300.fc39.x86_64",
+ "version": "0.94.1",
"lang": "php",
- "lang_version": "8.2.12",
+ "lang_version": "8.2.13",
"env": null,
"enabled": true,
"service": null,
diff --git a/REFLECTION b/REFLECTION
index 070f5f2..9496b9f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #73 ddtrace version 0.94.0 ] {
+Extension [ <persistent> extension #74 ddtrace version 0.94.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -825,7 +825,7 @@ Extension [ <persistent> extension #73 ddtrace version 0.94.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.94.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.94.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 3d5f086..5d63d80 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -35,8 +35,8 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.94.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 0.94.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.
# bundled rust ext are MIT AND Apache-2.0
License: (Apache-2.0 OR BSD-3-Clause) AND MIT AND Apache-2.0
@@ -302,6 +302,9 @@ fi
%changelog
+* Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 0.94.1-1
+- update to 0.94.1
+
* Thu Nov 23 2023 Remi Collet <remi@remirepo.net> - 0.94.0-2
- test build for https://github.com/DataDog/dd-trace-php/pull/2383