diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-19 14:02:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-19 14:02:52 +0100 |
commit | ae7f5e4d1d178d367efe42cbdca02c10ec4a12a5 (patch) | |
tree | 28bc8329265ac17db075859ac8bd0a05d613f858 | |
parent | 9c8fb7c1b8c286e612948e84328dfcfe46f96606 (diff) |
update to 1.2.2
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-scoutapm.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ scoutapm scoutapm support => enabled -Version => 1.2.1 +Version => 1.2.2 curl functions => Yes file functions => Yes pdo functions => Yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 scoutapm version 1.2.1 ] { +Extension [ <persistent> extension #121 scoutapm version 1.2.2 ] { - Functions { Function [ <internal:scoutapm> function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index d4cc400..ab28798 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.1 +Version: 1.2.2 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 @@ -211,6 +211,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Fri Mar 19 2021 Remi Collet <remi@remirepo.net> - 1.2.2-1 +- update to 1.2.2 + * Sat Feb 6 2021 Remi Collet <remi@remirepo.net> - 1.2.1-1 - update to 1.2.1 - drop patch merged upstream |