diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 16 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 5 | 
3 files changed, 10 insertions, 17 deletions
@@ -7,12 +7,12 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang  (c) Datadog 2020  Datadog tracing support => disabled -Version => 0.99.0 +Version => 0.99.1  DATADOG TRACER CONFIGURATION => { -    "date": "2024-04-03T12:42:36Z", +    "date": "2024-04-05T08:53:02Z",      "os_name": "Linux builder.remirepo.net 6.7.11-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 27 16:50:39 UTC 2024 x86_64",      "os_version": "6.7.11-200.fc39.x86_64", -    "version": "0.99.0", +    "version": "0.99.1",      "lang": "php",      "lang_version": "8.2.17",      "env": null, @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #100 ddtrace version 0.99.0 ] { +Extension [ <persistent> extension #102 ddtrace version 0.99.1 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -879,15 +879,13 @@ Extension [ <persistent> extension #100 ddtrace version 0.99.0 ] {      }    } -  - Constants [14] { +  - Constants [12] {      Constant [ string DDTrace\HOOK_ALL_FILES ] {  }      Constant [ int DDTrace\HOOK_INSTANCE ] { 1 }      Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 }      Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 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 ] { 0.99.0 } +    Constant [ string DD_TRACE_VERSION ] { 0.99.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 } @@ -1183,14 +1181,6 @@ Extension [ <persistent> extension #100 ddtrace version 0.99.0 ] {        }        - Return [ void ]      } -    Function [ <internal:ddtrace> function DDTrace\Internal\add_span_flag ] { - -      - Parameters [2] { -        Parameter #0 [ <required> DDTrace\SpanData $span ] -        Parameter #1 [ <required> int $flag ] -      } -      - Return [ void ] -    }      Function [ <internal:ddtrace> function dd_trace_env_config ] {        - Parameters [1] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 04b8b1a..4371872 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -35,7 +35,7 @@  Summary:        APM and distributed tracing for PHP  Name:           %{?scl_prefix}php-pecl-datadog-trace -Version:        0.99.0 +Version:        0.99.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 @@ -300,6 +300,9 @@ fi  %changelog +* Fri Apr  5 2024 Remi Collet <remi@remirepo.net> - 0.99.1-1 +- update to 0.99.1 +  * Wed Apr  3 2024 Remi Collet <remi@remirepo.net> - 0.99.0-1  - update to 0.99.0  | 
