From f2e271f0d9baf65f455f0f6e09733004ba6d7634 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Oct 2021 11:12:48 +0200 Subject: update to 1.4.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-scoutapm.spec | 13 ++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index b968dfc..90c14de 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ scoutapm scoutapm support => enabled -Version => 1.4.2 +Version => 1.4.3 curl functions => Yes file functions => Yes pdo functions => Yes diff --git a/REFLECTION b/REFLECTION index 7b3a074..451b1b0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 scoutapm version 1.4.2 ] { +Extension [ extension #129 scoutapm version 1.4.3 ] { - Functions { Function [ function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 26f6282..7154bc4 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -17,7 +17,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.4.2 +Version: 1.4.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 @@ -182,18 +182,14 @@ DEPS="-n -d extension=curl.so -d extension=pdo.so -d extension=pdo_sqlite.so" cd NTS TEST_PHP_ARGS="$DEPS -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ -NO_INTERACTION=1 \ -TEST_PHP_EXECUTABLE=%{__php} \ -%{__php} -n run-tests.php --show-diff +%{__php} -n run-tests.php -P -q --show-diff %if %{with_zts} : Upstream test suite for ZTS extension cd ../ZTS TEST_PHP_ARGS="$DEPS -d zend_extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ -NO_INTERACTION=1 \ -TEST_PHP_EXECUTABLE=%{__ztsphp} \ -%{__ztsphp} -n run-tests.php --show-diff +%{__ztsphp} -n run-tests.php -P -q --show-diff %endif @@ -212,6 +208,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Fri Oct 29 2021 Remi Collet - 1.4.3-1 +- update to 1.4.3 + * Tue Jun 29 2021 Remi Collet - 1.4.2-1 - update to 1.4.2 -- cgit