From fb3d5bcbcd6442326ecc4d91d34e6e5acafb3eed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Sep 2024 15:19:43 +0200 Subject: update to 1.1.0beta2 open https://github.com/open-telemetry/opentelemetry-php/issues/1376 PHP 8.4 compatibility --- PHPINFO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index e0a91a2..8391fd9 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,9 +2,12 @@ opentelemetry opentelemetry hooks => enabled -extension version => 1.0.3 +extension version => 1.1.0beta2 Directive => Local Value => Master Value opentelemetry.conflicts => no value => no value opentelemetry.validate_hook_functions => On => On opentelemetry.allow_stack_extension => Off => Off +opentelemetry.attr_hooks_enabled => Off => Off +opentelemetry.attr_pre_handler_function => OpenTelemetry\API\Instrumentation\WithSpanHandler::pre => OpenTelemetry\API\Instrumentation\WithSpanHandler::pre +opentelemetry.attr_post_handler_function => OpenTelemetry\API\Instrumentation\WithSpanHandler::post => OpenTelemetry\API\Instrumentation\WithSpanHandler::post -- cgit