diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-18 11:04:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-18 11:04:37 +0200 |
commit | d77420c504f5b527fd8a9d28d89b8b94fc47d603 (patch) | |
tree | 21ff222d1503a1dcc37f22ac88a4a9c796f7a40c | |
parent | 12e5ec64a2f259f5638c476ca79c40f0d82eb887 (diff) |
update to 1.8.3
-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 |