diff options
| -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  | 
