From 75cc71f1ec195cd929093831ea55f922b050e8cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jan 2020 08:32:26 +0100 Subject: v0.37.0 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 14 ++++++++------ 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index df9d2ed..1cb39a9 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,7 +7,7 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2019 Datadog tracing support => enabled -Version => 0.36.0 +Version => 0.37.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 42076e9..3d5c379 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #107 ddtrace version 0.36.0 ] { +Extension [ extension #108 ddtrace version 0.37.0 ] { - INI { Entry [ ddtrace.disable ] @@ -16,7 +16,7 @@ Extension [ extension #107 ddtrace version 0.36.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.36.0 } + Constant [ string DD_TRACE_VERSION ] { 0.37.0 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 79156b8..17e654e 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-datadog-trace # -# Copyright (c) 2019 Remi Collet +# Copyright (c) 2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -34,7 +34,7 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.36.0 +Version: 0.37.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{proj_name} @@ -68,10 +68,6 @@ Provides: %{?scl_prefix}php-pecl-%{safe_name}%{?_isa} = %{version}-%{rele %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -%if "%{php_version}" > "7.1" -Obsoletes: php71u-pecl-%{safe_name} <= %{version} -Obsoletes: php71w-pecl-%{safe_name} <= %{version} -%endif %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{safe_name} <= %{version} Obsoletes: php72w-pecl-%{safe_name} <= %{version} @@ -201,6 +197,8 @@ rm ?TS/tests/ext/sandbox/errors_are_flagged_from_userland.phpt rm ?TS/tests/ext/sandbox/exceptions_and_errors_are_ignored_in_tracing_closure.phpt rm ?TS/tests/ext/sandbox/dd_trace_set_trace_id.phpt %endif +# https://github.com/DataDog/dd-trace-php/issues/717 +rm ?TS/tests/ext/sandbox/memory_limit_graceful_bailout.phpt MOD="-n" @@ -270,6 +268,10 @@ fi %changelog +* Thu Jan 9 2020 Remi Collet - 0.37.0-1 +- update to 0.37.0 +- open tests/ext/sandbox/memory_limit_graceful_bailout.phpt failed test + * Thu Dec 19 2019 Remi Collet - 0.36.0-1 - update to 0.36.0 -- cgit