diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-14 14:42:59 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-14 14:42:59 +0100 |
commit | 7d8fff2a78ac78ca23daddd0ae08ca276642fc03 (patch) | |
tree | f740d8e2c5ea452f120012520032457764df14ea | |
parent | c8524503aa7b3c390660d514caa4a327ce305139 (diff) |
update to 1.9.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 -scoutapm Version => 1.9.0 +scoutapm Version => 1.9.1 scoutapm curl HAVE_CURL => Yes scoutapm curl HAVE_SCOUT_CURL => Yes scoutapm curl enabled => Yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 scoutapm version 1.9.0 ] { +Extension [ <persistent> extension #124 scoutapm version 1.9.1 ] { - Functions { Function [ <internal:scoutapm> function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 42c0fb0..ba3fc86 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -18,7 +18,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.9.0 +Version: 1.9.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: MIT @@ -194,6 +194,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 1.9.1-1 +- update to 1.9.1 (no change) + * Fri Dec 9 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1 - update to 1.9.0 - fix License is MIT |