diff options
| -rw-r--r-- | PHPINFO | 12 | ||||
| -rw-r--r-- | REFLECTION | 20 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 11 |
3 files changed, 28 insertions, 15 deletions
@@ -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.13.1 +Version => 1.14.0 DATADOG TRACER CONFIGURATION => { - "date": "2025-10-30T14:12:08Z", - "os_name": "Linux builder.remirepo.net 6.17.5-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Oct 23 16:51:40 UTC 2025 x86_64", - "os_version": "6.17.5-100.fc41.x86_64", - "version": "1.13.1", + "date": "2025-11-14T07:05:31Z", + "os_name": "Linux builder.remirepo.net 6.17.7-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Nov 2 16:38:09 UTC 2025 x86_64", + "os_version": "6.17.7-100.fc41.x86_64", + "version": "1.14.0", "lang": "php", "lang_version": "8.3.27", "env": null, @@ -203,6 +203,8 @@ datadog.trace.http_client_error_statuses => 500-599 => 500-599 datadog.trace.http_server_error_statuses => 500-599 => 500-599 datadog.code_origin_for_spans_enabled => On => On datadog.code_origin_max_user_frames => 8 => 8 +datadog.trace.resource_renaming_enabled => Off => Off +datadog.trace.resource_renaming_always_simplified_endpoint => Off => Off datadog.trace.amqp_enabled => On => On datadog.trace.amqp_analytics_enabled => Off => Off datadog.amqp_analytics_enabled => Off => Off @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { +Extension [ <persistent> extension #150 ddtrace version 1.14.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -421,7 +421,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Entry [ datadog.remote_config_enabled <SYSTEM> ] Current = 'true' } - Entry [ datadog.dynamic_instrumentation.enabled <SYSTEM> ] + Entry [ datadog.dynamic_instrumentation.enabled <ALL> ] Current = 'false' } Entry [ datadog.dynamic_instrumentation.redacted_identifiers <SYSTEM> ] @@ -454,6 +454,12 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Entry [ datadog.code_origin_max_user_frames <ALL> ] Current = '8' } + Entry [ datadog.trace.resource_renaming_enabled <ALL> ] + Current = 'false' + } + Entry [ datadog.trace.resource_renaming_always_simplified_endpoint <ALL> ] + Current = 'false' + } Entry [ datadog.trace.amqp_enabled <ALL> ] Current = 'true' } @@ -1112,7 +1118,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { 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.13.1 } + Constant [ string DD_TRACE_VERSION ] { 1.14.0 } 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 } @@ -1863,7 +1869,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1926,7 +1932,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1989,7 +1995,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -2048,7 +2054,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { } - Properties [3] { - Property [ public readonly ?DDTrace\SpanStack $parent = NULL ] + Property [ public readonly ?DDTrace\SpanStack $parent ] Property [ public ?DDTrace\SpanData $active = NULL ] Property [ public array $spanCreationObservers = [] ] } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index e0d8605..928ea64 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.13.1 +%global upstream_version 1.14.0 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -46,7 +46,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist} # 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 @@ -63,7 +63,7 @@ BuildRequires: make BuildRequires: cargo >= 1.84.1 BuildRequires: rust >= 1.84.1 BuildRequires: %{?dtsprefix}gcc -BuildRequires: (%{?scl_prefix}php-devel >= 7.0 with %{?scl_prefix}php-devel < 8.5) +BuildRequires: (%{?scl_prefix}php-devel >= 7.0 with %{?scl_prefix}php-devel < 8.6) BuildRequires: %{?scl_prefix}php-pear BuildRequires: curl-devel BuildRequires: %{?scl_prefix}php-json @@ -83,8 +83,10 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{proj_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{proj_name})%{?_isa} = %{version} @@ -285,6 +287,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Nov 14 2025 Remi Collet <remi@remirepo.net> - 1.14.0-1 +- update to 1.14.0 + * Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 1.13.1-1 - update to 1.13.1 |
