diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-scoutapm.spec | 13 |
3 files changed, 8 insertions, 9 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 scoutapm version 1.4.2 ] { +Extension [ <persistent> extension #129 scoutapm version 1.4.3 ] { - Functions { Function [ <internal:scoutapm> 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 <remi@remirepo.net> - 1.4.3-1 +- update to 1.4.3 + * Tue Jun 29 2021 Remi Collet <remi@remirepo.net> - 1.4.2-1 - update to 1.4.2 |