diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-27 07:24:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-27 07:24:03 +0200 |
commit | 95206737c42a0121d221b594eb88704f4727afea (patch) | |
tree | 6d9085fbb7ac37f34210ad84001aec66e5379c86 | |
parent | e58a386a917d404409e22a861a2a91a8d8aa6b79 (diff) |
update to 1.8.1 (no change)
-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.8.0 +Version => 1.8.1 curl functions => Yes file functions => Yes pdo functions => Yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 scoutapm version 1.8.0 ] { +Extension [ <persistent> extension #120 scoutapm version 1.8.1 ] { - Functions { Function [ <internal:scoutapm> function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 5080ee6..17085dd 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -16,7 +16,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.8.0 +Version: 1.8.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 @@ -190,6 +190,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 27 2022 Remi Collet <remi@remirepo.net> - 1.8.1-1 +- update to 1.8.1 (no change) + * Wed Jun 29 2022 Remi Collet <remi@remirepo.net> - 1.8.0-1 - update to 1.8.0 |