diff options
| -rw-r--r-- | PHPINFO | 12 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 7 | 
3 files changed, 13 insertions, 10 deletions
@@ -7,14 +7,14 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang  (c) Datadog 2020  Datadog tracing support => disabled -Version => 0.94.0 +Version => 0.94.1  DATADOG TRACER CONFIGURATION => { -    "date": "2023-11-21T09:43:16Z", -    "os_name": "Linux builder.remirepo.net 6.5.11-300.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov  8 22:37:57 UTC 2023 x86_64", -    "os_version": "6.5.11-300.fc39.x86_64", -    "version": "0.94.0", +    "date": "2023-11-29T10:41:19Z", +    "os_name": "Linux builder.remirepo.net 6.5.12-300.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Nov 20 22:44:24 UTC 2023 x86_64", +    "os_version": "6.5.12-300.fc39.x86_64", +    "version": "0.94.1",      "lang": "php", -    "lang_version": "8.2.12", +    "lang_version": "8.2.13",      "env": null,      "enabled": true,      "service": null, @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #73 ddtrace version 0.94.0 ] { +Extension [ <persistent> extension #74 ddtrace version 0.94.1 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -825,7 +825,7 @@ Extension [ <persistent> extension #73 ddtrace version 0.94.0 ] {      Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 }      Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 }      Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } -    Constant [ string DD_TRACE_VERSION ] { 0.94.0 } +    Constant [ string DD_TRACE_VERSION ] { 0.94.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 3d5f086..5d63d80 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -35,8 +35,8 @@  Summary:        APM and distributed tracing for PHP  Name:           %{?scl_prefix}php-pecl-datadog-trace -Version:        0.94.0 -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version:        0.94.1 +Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # 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 @@ -302,6 +302,9 @@ fi  %changelog +* Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 0.94.1-1 +- update to 0.94.1 +  * Thu Nov 23 2023 Remi Collet <remi@remirepo.net> - 0.94.0-2  - test build for https://github.com/DataDog/dd-trace-php/pull/2383  | 
