From 490e123aef0c372b2f4095c236bfd87855ef6e34 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 14:19:17 +0200 Subject: update to 1.4.1 --- PHPINFO | 2 +- REFLECTION | 8 +++++++- php-pecl-scoutapm.spec | 12 +++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 96ed0d1..752e5f4 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ scoutapm scoutapm support => enabled -Version => 1.2.2 +Version => 1.4.1 curl functions => Yes file functions => Yes pdo functions => Yes diff --git a/REFLECTION b/REFLECTION index 9a1eb38..fd76ba8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 scoutapm version 1.2.2 ] { +Extension [ extension #122 scoutapm version 1.4.1 ] { - Functions { Function [ function scoutapm_get_calls ] { @@ -11,6 +11,12 @@ Extension [ extension #121 scoutapm version 1.2.2 ] { - Parameters [0] { } } + Function [ function scoutapm_enable_instrumentation ] { + + - Parameters [1] { + Parameter #0 [ bool $enable ] + } + } } } diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index ab28798..c4ff317 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -17,7 +17,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.2 +Version: 1.4.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP @@ -26,6 +26,7 @@ URL: https://pecl.php.net/package/%{pecl_name} BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 +BuildRequires: %{?scl_prefix}php-devel < 8.1 BuildRequires: %{?scl_prefix}php-pear # Only for tests BuildRequires: %{?scl_prefix}php-curl @@ -211,6 +212,15 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Tue Jun 29 2021 Remi Collet - 1.4.1-1 +- update to 1.4.1 + +* Thu Jun 17 2021 Remi Collet - 1.4.0-1 +- update to 1.4.0 + +* Thu Jun 17 2021 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Fri Mar 19 2021 Remi Collet - 1.2.2-1 - update to 1.2.2 -- cgit