summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-19 13:51:34 +0200
committerRemi Collet <remi@php.net>2023-06-19 13:51:34 +0200
commit828589e834fdbb5532fa00c301ce5a660320f897 (patch)
tree14de5a84ee0c9c75f0ed0315111147a6f91c93ea
parent1b43e81b75c3e94d0cf9edc139bebbdfe33b7e12 (diff)
update to 0.88.1
open https://github.com/DataDog/dd-trace-php/issues/2115 test failures
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec14
3 files changed, 16 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 115b2a7..b6bde06 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.88.0
+Version => 0.88.1
DATADOG TRACER CONFIGURATION => {
- "date": "2023-06-15T13:08:11Z",
+ "date": "2023-06-19T08:54:39Z",
"os_name": "Linux builder.remirepo.net 6.3.7-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 9 15:21:15 UTC 2023 x86_64",
"os_version": "6.3.7-100.fc37.x86_64",
- "version": "0.88.0",
+ "version": "0.88.1",
"lang": "php",
"lang_version": "8.1.20",
"env": null,
diff --git a/REFLECTION b/REFLECTION
index 864b25c..9ae5711 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 ddtrace version 0.88.0 ] {
+Extension [ <persistent> extension #123 ddtrace version 0.88.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -732,7 +732,7 @@ Extension [ <persistent> extension #122 ddtrace version 0.88.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.88.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.88.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 dba3bb7..8a55885 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -33,7 +33,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.88.0
+Version: 0.88.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
@@ -160,6 +160,9 @@ EOF
%build
%{?dtsenable}
+%if 0%{?scl:1}
+source /opt/%{scl_vendor}/%{scl}/enable
+%endif
cd NTS
%{__phpize}
@@ -216,8 +219,8 @@ rm ?TS/tests/ext/sandbox/fatal_errors_are_tracked_005.phpt
%endif
# XFAIL
find ?TS/tests/ -type f -exec grep -q -- '--XFAIL--' {} \; -delete -print
-# backtrace only
-rm ?TS/tests/ext/telemetry/config.phpt
+# https://github.com/DataDog/dd-trace-php/issues/2115
+rm -r ?TS/tests/ext/telemetry
# DEP for ext dependencies, MOD for ext used in tests
DEP=""
@@ -290,6 +293,11 @@ fi
%changelog
+* Mon Jun 19 2023 Remi Collet <remi@remirepo.net> - 0.88.1-1
+- update to 0.88.1
+- open https://github.com/DataDog/dd-trace-php/issues/2115
+ test failures
+
* Thu Jun 15 2023 Remi Collet <remi@remirepo.net> - 0.88.0-1
- update to 0.88.0
- use vendored rust dependencies