diff options
| -rw-r--r-- | PHPINFO | 15 | ||||
| -rw-r--r-- | REFLECTION | 32 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 5 | 
3 files changed, 34 insertions, 18 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.12.1 +Version => 1.13.0  DATADOG TRACER CONFIGURATION => { -    "date": "2025-09-15T08:53:21Z", -    "os_name": "Linux builder.remirepo.net 6.16.6-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep  9 22:22:30 UTC 2025 x86_64", -    "os_version": "6.16.6-100.fc41.x86_64", -    "version": "1.12.1", +    "date": "2025-10-01T06:15:25Z", +    "os_name": "Linux builder.remirepo.net 6.16.8-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Sep 19 16:41:07 UTC 2025 x86_64", +    "os_version": "6.16.8-100.fc41.x86_64", +    "version": "1.13.0",      "lang": "php", -    "lang_version": "8.3.25", +    "lang_version": "8.3.26",      "env": null,      "enabled": true,      "service": null, @@ -95,6 +95,9 @@ datadog.exception_replay_capture_interval_seconds => 3600 => 3600  datadog.trace.memory_limit => no value => no value  datadog.trace.report_hostname => Off => Off  datadog.trace.flush_collect_cycles => Off => Off +datadog.trace.force_flush_on_shutdown => Off => Off +datadog.trace.force_flush_on_sigterm => Off => Off +datadog.trace.force_flush_on_sigint => Off => Off  datadog.trace.kafka_distributed_tracing => On => On  datadog.trace.laravel_queue_distributed_tracing => On => On  datadog.trace.symfony_messenger_distributed_tracing => On => On @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] { +Extension [ <persistent> extension #147 ddtrace version 1.13.0 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -130,6 +130,15 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] {      Entry [ datadog.trace.flush_collect_cycles <ALL> ]        Current = 'false'      } +    Entry [ datadog.trace.force_flush_on_shutdown <ALL> ] +      Current = 'false' +    } +    Entry [ datadog.trace.force_flush_on_sigterm <ALL> ] +      Current = 'false' +    } +    Entry [ datadog.trace.force_flush_on_sigint <ALL> ] +      Current = 'false' +    }      Entry [ datadog.trace.kafka_distributed_tracing <ALL> ]        Current = 'true'      } @@ -1103,7 +1112,7 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.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.12.1 } +    Constant [ string DD_TRACE_VERSION ] { 1.13.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 } @@ -1718,12 +1727,13 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] {        - Static methods [0] {        } -      - Properties [5] { +      - Properties [6] {          Property [ public mixed $data ]          Property [ public int $id ]          Property [ public array $args ]          Property [ public mixed $returned ]          Property [ public ?Throwable $exception ] +        Property [ public object $instance ]        }        - Methods [9] { @@ -2150,20 +2160,20 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] {        - Static properties [0] {        } -      - Static methods [0] { -      } - -      - Properties [0] { -      } - -      - Methods [1] { -        Method [ <internal:ddtrace> abstract public method init ] { +      - Static methods [1] { +        Method [ <internal:ddtrace> abstract static public method init ] {            - Parameters [0] {            }            - Return [ int ]          }        } + +      - Properties [0] { +      } + +      - Methods [0] { +      }      }      Class [ <internal:ddtrace> class DDTrace\SpanLink implements JsonSerializable ] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index af1d043..cd8ebba 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.12.1 +%global upstream_version 1.13.0  #global upstream_prever  beta1  %global with_zts         0%{!?_without_zts:%{?__ztsphp:1}}  %global ini_name         40-%{pecl_name}.ini @@ -285,6 +285,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Oct  1 2025 Remi Collet <remi@remirepo.net> - 1.13.0-1 +- update to 1.13.0 +  * Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 1.12.1-1  - update to 1.12.1 | 
