diff options
| -rw-r--r-- | PHPINFO | 8 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-scoutapm.spec | 7 | 
3 files changed, 10 insertions, 7 deletions
@@ -2,7 +2,7 @@  scoutapm  scoutapm support => enabled -Version => 1.8.2 -curl functions => Yes -file functions => Yes -pdo functions => Yes +scoutapm Version => 1.8.3 +scoutapm curl HAVE_CURL => Yes +scoutapm curl HAVE_SCOUT_CURL => Yes +scoutapm curl enabled => Yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 scoutapm version 1.8.2 ] { +Extension [ <persistent> extension #122 scoutapm version 1.8.3 ] {    - Functions {      Function [ <internal:scoutapm> function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 3e4b469..decf5c3 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -18,8 +18,8 @@  Summary:        Native Extension Component for ScoutAPM's PHP Agent  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        1.8.2 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version:        1.8.3 +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  URL:            https://pecl.php.net/package/%{pecl_name} @@ -193,6 +193,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Oct 18 2022 Remi Collet <remi@remirepo.net> - 1.8.3-1 +- update to 1.8.3 +  * Thu Sep 15 2022 Remi Collet <remi@remirepo.net> - 1.8.2-2  - PHP build  | 
