diff options
| author | Remi Collet <remi@remirepo.net> | 2023-05-09 10:03:58 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-05-09 10:03:58 +0200 | 
| commit | e6ee9d51dfe8adb60508ec7cffb96c79b2bf5b80 (patch) | |
| tree | 3fad6e5f885c775278a7be73dab5e4ad89e199d0 | |
| parent | ad8caef55a818502fba3473d253ddd19554fd6c9 (diff) | |
update to 0.5.0
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-skywalking-agent.spec | 7 | 
3 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,7 @@  skywalking_agent -version => 0.4.0 +version => 0.5.0  authors => Apache Software Foundation:jmjoy <jmjoy@apache.org>:Yanlong He <heyanlong@apache.org>  Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #97 skywalking_agent version 0.4.0 ] { +Extension [ <persistent> extension #98 skywalking_agent version 0.5.0 ] {    - INI {      Entry [ skywalking_agent.enable <SYSTEM> ] diff --git a/php-pecl-skywalking-agent.spec b/php-pecl-skywalking-agent.spec index 98ef489..f68ee8a 100644 --- a/php-pecl-skywalking-agent.spec +++ b/php-pecl-skywalking-agent.spec @@ -17,7 +17,7 @@  %global with_zts   0  %global ini_name   40-%{pecl_name}.ini -## BUILD: Fedora and EL-9 using --enablerepo=stream +## BUILD: Fedora / EL-8 and EL-9 using --enablerepo=stream  ## TODO: issues  # bad role for documentation (role="src" instead of role="doc") @@ -30,7 +30,7 @@  Summary:        Apache SkyWalking PHP Agent  Name:           %{?scl_prefix}php-pecl-skywalking-agent -Version:        0.4.0 +Version:        0.5.0  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        Apache-2.0  URL:            https://pecl.php.net/package/%{pecl_name} @@ -247,6 +247,9 @@ OPT="-n -d extension=curl.so -d extension=json.so"  %changelog +* Tue May  9 2023 Remi Collet <remi@remirepo.net> - 0.5.0-1 +- update to 0.5.0 +  * Wed Mar 29 2023 Remi Collet <remi@remirepo.net> - 0.4.0-1  - update to 0.4.0  | 
