From e2fc62daa456bf09e9b79f0657bf0e7c018ccf22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Jan 2019 06:57:55 +0100 Subject: v0.9.1 --- PHPINFO | 2 +- REFLECTION | 7 ++++++- php-pecl-datadog-trace.spec | 6 +++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 13e6c38..148d9e6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,4 +7,4 @@ For help, check out the documentation at https://github.com/DataDog/dd-trace-php (c) Datadog 2018 Datadog tracing support => enabled -Version => 0.9.0-beta +Version => 0.9.1-beta diff --git a/REFLECTION b/REFLECTION index 61e67a2..eaf6668 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,14 +1,19 @@ -Extension [ extension #82 ddtrace version 0.9.0-beta ] { +Extension [ extension #84 ddtrace version 0.9.1-beta ] { - INI { Entry [ ddtrace.disable ] Current = '0' } + Entry [ ddtrace.ignore_missing_overridables ] + Current = '1' + } } - Functions { Function [ function dd_trace ] { } + Function [ function dd_trace_reset ] { + } } } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index d7ac9d5..b1b76ac 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -30,7 +30,7 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} @@ -120,6 +120,7 @@ extension=%{pecl_name}.so ; Configuraton ;ddtrace.disable = 0 +;ddtrace.ignore_missing_overridables = 1 EOF @@ -231,6 +232,9 @@ fi %changelog +* Sat Jan 12 2019 Remi Collet - 0.9.1-1 +- update to 0.9.1 + * Tue Jan 8 2019 Remi Collet - 0.9.0-1 - update to 0.9.0 -- cgit