diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 14 |
3 files changed, 11 insertions, 9 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #107 ddtrace version 0.36.0 ] { +Extension [ <persistent> extension #108 ddtrace version 0.37.0 ] { - INI { Entry [ ddtrace.disable <SYSTEM> ] @@ -16,7 +16,7 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 0.36.0-1 - update to 0.36.0 |