From 881bdb17c28004918c9bd751431b20dfe8e3ccb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Jan 2023 09:04:50 +0100 Subject: update to 0.83.0 --- PHPINFO | 14 +++++++------- REFLECTION | 9 +++++---- php-pecl-datadog-trace.spec | 9 ++++++--- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index def0027..513bc3b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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.82.0 +Version => 0.83.0 DATADOG TRACER CONFIGURATION => { - "date": "2022-12-07T06:38:02Z", - "os_name": "Linux builder.remirepo.net 6.0.11-100.fc35.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 2 21:00:55 UTC 2022 x86_64", - "os_version": "6.0.11-100.fc35.x86_64", - "version": "0.82.0", + "date": "2023-01-14T07:24:06Z", + "os_name": "Linux builder.remirepo.net 6.0.18-300.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Jan 7 17:10:00 UTC 2023 x86_64", + "os_version": "6.0.18-300.fc37.x86_64", + "version": "0.83.0", "lang": "php", - "lang_version": "8.0.26", + "lang_version": "8.1.14", "env": null, "enabled": true, "service": null, @@ -46,7 +46,7 @@ DATADOG TRACER CONFIGURATION => { "integrations_disabled": "default", "enabled_from_env": false, "opcache.file_cache": null, - "agent_error": "Failed to connect to localhost port 8126 after 0 ms: Connexion refus\u00e9e" + "agent_error": "Failed to connect to localhost port 8126 after 0 ms: Connection refused" } Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 11ca167..630169d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 ddtrace version 0.82.0 ] { +Extension [ extension #120 ddtrace version 0.83.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -595,7 +595,7 @@ Extension [ extension #123 ddtrace version 0.82.0 ] { } - Constants [7] { - Constant [ string DD_TRACE_VERSION ] { 0.82.0 } + Constant [ string DD_TRACE_VERSION ] { 0.83.0 } 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 } @@ -1092,8 +1092,8 @@ Extension [ extension #123 ddtrace version 0.82.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -1110,6 +1110,7 @@ Extension [ extension #123 ddtrace version 0.82.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 9d43304..e281c04 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-2022 Remi Collet +# Copyright (c) 2019-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -26,11 +26,11 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.82.0 +Version: 0.83.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # mpack is MIT -License: (ASL 2.0 or BSD) and MIT +License: (Apache-2.0 OR BSD-3-Clause) AND MIT URL: https://pecl.php.net/package/%{proj_name} Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -251,6 +251,9 @@ fi %changelog +* Sat Jan 14 2023 Remi Collet - 0.83.0-1 +- update to 0.83.0 + * Wed Dec 7 2022 Remi Collet - 0.82.0-1 - update to 0.82.0 -- cgit