diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-29 07:30:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-29 07:30:32 +0200 |
commit | 132d5309ac222ad3d8b5cf9487d22345732d0d22 (patch) | |
tree | 393eb54bc6396882cbefe3d46196f99e0efe33ca | |
parent | 3dc0420eb43f2e91fe76fe87bd08730839672059 (diff) |
update to 1.9.0
-rw-r--r-- | PHPINFO | 15 | ||||
-rw-r--r-- | REFLECTION | 17 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 5 |
3 files changed, 22 insertions, 15 deletions
@@ -7,14 +7,14 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => enabled -Version => 1.8.3 +Version => 1.9.0 DATADOG TRACER CONFIGURATION => { - "date": "2025-04-12T06:41:35Z", - "os_name": "Linux builder.remirepo.net 6.13.9-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 29 01:29:31 UTC 2025 x86_64", - "os_version": "6.13.9-200.fc41.x86_64", - "version": "1.8.3", + "date": "2025-05-09T13:45:30Z", + "os_name": "Linux builder.remirepo.net 6.14.5-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 2 14:06:21 UTC 2025 x86_64", + "os_version": "6.14.5-200.fc41.x86_64", + "version": "1.9.0", "lang": "php", - "lang_version": "8.3.20", + "lang_version": "8.3.21", "env": null, "enabled": true, "service": null, @@ -61,6 +61,7 @@ datadog.autoload_no_compile => Off => Off datadog.trace.agent_url => no value => no value datadog.agent_host => no value => no value datadog.dogstatsd_url => no value => no value +datadog.dogstatsd_host => no value => no value datadog.api_key => no value => no value datadog.distributed_tracing => On => On datadog.dogstatsd_port => 8125 => 8125 @@ -99,7 +100,7 @@ datadog.trace.symfony_messenger_distributed_tracing => On => On datadog.trace.symfony_messenger_middlewares => Off => Off datadog.trace.remove_root_span_laravel_queue => On => On datadog.trace.remove_root_span_symfony_messenger => On => On -datadog.appsec.rasp_enabled => Off => Off +datadog.appsec.rasp_enabled => On => On datadog.trace.remove_autoinstrumentation_orphans => Off => Off datadog.trace.resource_uri_fragment_regex => no value => no value datadog.trace.resource_uri_mapping_incoming => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { +Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -31,6 +31,9 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Entry [ datadog.dogstatsd_url <ALL> ] Current = '' } + Entry [ datadog.dogstatsd_host <ALL> ] + Current = '' + } Entry [ datadog.api_key <SYSTEM> ] Current = '' } @@ -146,7 +149,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Current = 'true' } Entry [ datadog.appsec.rasp_enabled <ALL> ] - Current = 'false' + Current = 'true' } Entry [ datadog.trace.remove_autoinstrumentation_orphans <ALL> ] Current = 'false' @@ -1064,7 +1067,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { 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.8.3 } + Constant [ string DD_TRACE_VERSION ] { 1.9.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 } @@ -1773,7 +1776,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly ?DDTrace\SpanData $parent = NULL ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1836,7 +1839,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly ?DDTrace\SpanData $parent = NULL ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1899,7 +1902,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly ?DDTrace\SpanData $parent = NULL ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1958,7 +1961,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.8.3 ] { } - Properties [3] { - Property [ public readonly ?DDTrace\SpanStack $parent ] + Property [ public readonly ?DDTrace\SpanStack $parent = NULL ] 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 06e7240..7c51e2c 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.8.3 +%global upstream_version 1.9.0 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -289,6 +289,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri May 9 2025 Remi Collet <remi@remirepo.net> - 1.9.0-1 +- update to 1.9.0 + * Sat Apr 12 2025 Remi Collet <remi@remirepo.net> - 1.8.3-1 - update to 1.8.3 |