summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-29 11:12:48 +0200
committerRemi Collet <remi@php.net>2021-10-29 11:12:48 +0200
commitf2e271f0d9baf65f455f0f6e09733004ba6d7634 (patch)
tree87b719930078541c5de613d5a0bc393ecd3aa479
parent0ce2f793e41066ce188d1fbd9fe91a349b9117b4 (diff)
update to 1.4.3
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-scoutapm.spec13
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 [ <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