summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-02 16:37:59 +0200
committerRemi Collet <remi@php.net>2023-10-02 16:37:59 +0200
commitd2e40a4eff98261128980d8affe1e87bb5f9bfd1 (patch)
tree6ffe2ee5a3af0ce5f9c4cae02d3a1c05c5db4863
parente09af87df3d20fe279049aa3248d19a0f6d7d740 (diff)
update to 0.92.1
disable test suite which raises too much issues
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec10
3 files changed, 14 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index 2e60edc..61bd8c3 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.92.0
+Version => 0.92.1
DATADOG TRACER CONFIGURATION => {
- "date": "2023-09-27T06:02:21Z",
- "os_name": "Linux builder.remirepo.net 6.4.15-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 7 00:23:27 UTC 2023 x86_64",
- "os_version": "6.4.15-100.fc37.x86_64",
- "version": "0.92.0",
+ "date": "2023-10-02T13:35:00Z",
+ "os_name": "Linux builder.remirepo.net 6.5.5-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Sep 23 22:53:27 UTC 2023 x86_64",
+ "os_version": "6.5.5-100.fc37.x86_64",
+ "version": "0.92.1",
"lang": "php",
"lang_version": "8.1.24",
"env": null,
diff --git a/REFLECTION b/REFLECTION
index 152c753..0529616 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #125 ddtrace version 0.92.0 ] {
+Extension [ <persistent> extension #126 ddtrace version 0.92.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -804,7 +804,7 @@ Extension [ <persistent> extension #125 ddtrace version 0.92.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.92.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.92.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 604d870..d3ee9ca 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -35,11 +35,11 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.92.0
+Version: 0.92.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
-License: (Apache-2.0 OR BSD-3-Clause) AND MIT
+# bundled rust ext are MIT AND Apache-2.0
+License: (Apache-2.0 OR BSD-3-Clause) AND MIT AND Apache-2.0
URL: https://pecl.php.net/package/%{proj_name}
Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz
# awfull hack, use a bundled rust registry
@@ -297,6 +297,10 @@ fi
%changelog
+* Mon Oct 2 2023 Remi Collet <remi@remirepo.net> - 0.92.1-1
+- update to 0.92.1
+- disable test suite which raises too much issues
+
* Wed Sep 27 2023 Remi Collet <remi@remirepo.net> - 0.92.0-1
- update to 0.92.0
- open https://github.com/DataDog/dd-trace-php/issues/2285