summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-25 09:50:26 +0200
committerRemi Collet <remi@php.net>2022-04-25 09:50:26 +0200
commitaf483fb459c53fb5ea1d674921da361b50625851 (patch)
tree925e04f7c121d4381d9c999a293a4865127cc75e
parentd0363794fa2767ad15942ea592267e3b9d1845a3 (diff)
update to 1.7.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-scoutapm.spec17
3 files changed, 9 insertions, 12 deletions
diff --git a/PHPINFO b/PHPINFO
index 56ff80d..d9c6719 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
scoutapm
scoutapm support => enabled
-Version => 1.6.0
+Version => 1.7.0
curl functions => Yes
file functions => Yes
pdo functions => Yes
diff --git a/REFLECTION b/REFLECTION
index bd6dd6a..d6ec116 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 scoutapm version 1.6.0 ] {
+Extension [ <persistent> extension #121 scoutapm version 1.7.0 ] {
- Functions {
Function [ <internal:scoutapm> function scoutapm_get_calls ] {
diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec
index 5480428..fb6ae52 100644
--- a/php-pecl-scoutapm.spec
+++ b/php-pecl-scoutapm.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-scoutapm
#
-# Copyright (c) 2019-2021 Remi Collet
+# Copyright (c) 2019-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -17,7 +17,7 @@
Summary: Native Extension Component for ScoutAPM's PHP Agent
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.6.0
+Version: 1.7.0
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
@@ -186,18 +186,12 @@ DEPS="$DEPS -d extension=curl.so -d extension=pdo.so -d extension=pdo_sqlite.so"
: Upstream test suite for NTS extension
cd NTS
+rm tests/*elastic*.phpt
+
TEST_PHP_ARGS="$DEPS -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
REPORT_EXIT_STATUS=1 \
%{__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 \
-%{__ztsphp} -n run-tests.php -P -q --show-diff
-%endif
-
%files
%{?_licensedir:%license NTS/LICENSE}
@@ -214,6 +208,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Apr 25 2022 Remi Collet <remi@remirepo.net> - 1.7.0-1
+- update to 1.7.0
+
* Mon Jan 10 2022 Remi Collet <remi@remirepo.net> - 1.6.0-1
- update to 1.6.0