diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-23 10:30:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-23 10:30:19 +0200 |
commit | 66be5ac8861481254e0b151ff4ecc4b1f7c21dc9 (patch) | |
tree | 6a02367dfad4913783f56754b34aa46ff0a67169 | |
parent | 865a09a585e4e4b38255d4b0b06cf7666ac7600c (diff) |
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-pinpoint.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ pinpoint_php pinpoint_php support => enabled -pinpoint_php extension version => 0.6.0 +pinpoint_php extension version => 0.6.1 Directive => Local Value => Master Value pinpoint_php.SendSpanTimeOutMs => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #125 pinpoint_php version 0.6.0 ] { +Extension [ <persistent> extension #125 pinpoint_php version 0.6.1 ] { - INI { Entry [ pinpoint_php.SendSpanTimeOutMs <ALL> ] diff --git a/php-pecl-pinpoint.spec b/php-pecl-pinpoint.spec index 3080ad3..7dceffc 100644 --- a/php-pecl-pinpoint.spec +++ b/php-pecl-pinpoint.spec @@ -12,7 +12,7 @@ %global pecl_name pinpoint_php %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.6.0 +%global upstream_version 0.6.1 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -167,6 +167,9 @@ cd ../ZTS %changelog +* Wed Oct 23 2024 Remi Collet <remi@remirepo.net> - 0.6.1-1 +- update to 0.6.1 (stable) + * Mon Oct 21 2024 Remi Collet <remi@remirepo.net> - 0.6.0-1 - update to 0.6.0 (alpha) |