diff options
| -rw-r--r-- | PHPINFO | 12 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 5 | 
3 files changed, 12 insertions, 9 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.13.0 +Version => 1.13.1  DATADOG TRACER CONFIGURATION => { -    "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", +    "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",      "lang": "php", -    "lang_version": "8.3.26", +    "lang_version": "8.3.27",      "env": null,      "enabled": true,      "service": null, @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 ddtrace version 1.13.0 ] { +Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -1112,7 +1112,7 @@ Extension [ <persistent> extension #147 ddtrace version 1.13.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.13.0 } +    Constant [ string DD_TRACE_VERSION ] { 1.13.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 cd8ebba..e0d8605 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.0 +%global upstream_version 1.13.1  #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 +* Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 1.13.1-1 +- update to 1.13.1 +  * Wed Oct  1 2025 Remi Collet <remi@remirepo.net> - 1.13.0-1  - update to 1.13.0 | 
