From 5b0a4325e5ace405f1762c4c14c456bdc75c32c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Apr 2026 15:16:46 +0200 Subject: update to 1.19.1 --- PHPINFO | 6 +++--- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 9 +++++++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 24ea15c..4bc088d 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 => enabled -Version => 1.19.0 +Version => 1.19.1 DATADOG TRACER CONFIGURATION => { - "date": "2026-04-29T12:01:03Z", + "date": "2026-04-30T13:16:33Z", "os_name": "Linux builder.remirepo.net 6.19.14-200.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 23 17:34:07 UTC 2026 x86_64", "os_version": "6.19.14-200.fc43.x86_64", - "version": "1.19.0", + "version": "1.19.1", "lang": "php", "lang_version": "8.4.20", "env": null, diff --git a/REFLECTION b/REFLECTION index 98617ed..02b30ea 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #156 ddtrace version 1.19.0 ] { +Extension [ extension #156 ddtrace version 1.19.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -1166,7 +1166,7 @@ Extension [ extension #156 ddtrace version 1.19.0 ] { Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 1.19.0 } + Constant [ string DD_TRACE_VERSION ] { 1.19.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 8b1802a..00bd7fe 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -36,7 +36,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.19.0 +%global upstream_version 1.19.1 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -228,7 +228,7 @@ find tests/ -type f -exec grep -q -- '--XFAIL--' {} \; -delete -print # DEP for ext dependencies, MOD for ext used in tests DEP="" MOD="" -OPT="-q --show-diff" +OPT="-q --show-diff --keep-skip" %if "%{php_version}" > "8.0" OPT="$OPT %{?_smp_mflags}" %endif @@ -261,6 +261,8 @@ export DD_INSTRUMENTATION_TELEMETRY_ENABLED=1 # known to fail rm tests/ext/telemetry/config.phpt +rm tests/ext/background-sender/sidecar_thread_mode_permissions.phpt +rm tests/ext/pcntl/pcntl_fork_thread_mode_orphan.phpt : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{_bindir}/php \ @@ -287,6 +289,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Apr 30 2026 Remi Collet - 1.19.1-1 +- update to 1.19.1 + * Wed Apr 29 2026 Remi Collet - 1.19.0-1 - update to 1.19.0 -- cgit