From d77420c504f5b527fd8a9d28d89b8b94fc47d603 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Oct 2022 11:04:37 +0200 Subject: update to 1.8.3 --- PHPINFO | 8 ++++---- REFLECTION | 2 +- php-pecl-scoutapm.spec | 7 +++++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index e0612cf..a3103ec 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 99b8932..ae10ff0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 scoutapm version 1.8.2 ] { +Extension [ extension #122 scoutapm version 1.8.3 ] { - Functions { Function [ 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 - 1.8.3-1 +- update to 1.8.3 + * Thu Sep 15 2022 Remi Collet - 1.8.2-2 - PHP build -- cgit