summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-13 08:21:24 +0200
committerRemi Collet <remi@remirepo.net>2020-05-13 08:21:24 +0200
commit8d3769e8e68cb7b2961f7f3135381175f5757dab (patch)
treed4d39d1ec99de08b1f3eb06436981d6916700d3e
parent6969d6380e801903d16ba8e743ff397610602c66 (diff)
update to 3.3.0
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-skywalking.spec9
3 files changed, 11 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index d0d9b42..8e41e35 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,6 +3,6 @@ skywalking
Directive => Local Value => Master Value
skywalking.enable => Off => Off
-skywalking.version => 6 => 6
+skywalking.version => 8 => 8
skywalking.app_code => hello_skywalking => hello_skywalking
-skywalking.sock_path => /var/run/sky-agent.sock => /var/run/sky-agent.sock
+skywalking.sock_path => /tmp/sky-agent.sock => /tmp/sky-agent.sock
diff --git a/REFLECTION b/REFLECTION
index de3cf15..6303106 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #112 skywalking version 3.2.8 ] {
+Extension [ <persistent> extension #114 skywalking version 3.3.0 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -12,13 +12,13 @@ Extension [ <persistent> extension #112 skywalking version 3.2.8 ] {
Current = '0'
}
Entry [ skywalking.version <ALL> ]
- Current = '6'
+ Current = '8'
}
Entry [ skywalking.app_code <ALL> ]
Current = 'hello_skywalking'
}
Entry [ skywalking.sock_path <ALL> ]
- Current = '/var/run/sky-agent.sock'
+ Current = '/tmp/sky-agent.sock'
}
}
diff --git a/php-pecl-skywalking.spec b/php-pecl-skywalking.spec
index 644ef38..cddc1f2 100644
--- a/php-pecl-skywalking.spec
+++ b/php-pecl-skywalking.spec
@@ -19,7 +19,7 @@
Summary: The PHP instrument agent for Apache SkyWalking
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 3.2.8
+Version: 3.3.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: ASL 2.0
@@ -109,9 +109,9 @@ extension=%{pecl_name}.so
; Configuration
;skywalking.enable = Off
-;skywalking.version = 6
+;skywalking.version = 8
;skywalking.app_code = 'hello_skywalking'
-;skywalking.sock_path = '/var/run/sky-agent.sock'
+;skywalking.sock_path = '/tmp/sky-agent.sock'
EOF
@@ -231,6 +231,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
%changelog
+* Wed May 13 2020 Remi Collet <remi@remirepo.net> - 3.3.0-1
+- update to 3.3.0
+
* Mon Mar 23 2020 Remi Collet <remi@remirepo.net> - 3.2.8-1
- update to 3.2.8