File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change
1
+ > end of maintain: use ` https://pecl.php.net/package-changelog.php?package=pinpoint_php `
2
+
1
3
## 0.5.3 2024-07-31
2
4
- build on win32
3
5
- build on macos
Original file line number Diff line number Diff line change 22
22
<api >0.5.3</api >
23
23
</version >
24
24
<stability >
25
- <release >alpha </release >
26
- <api >alpha </api >
25
+ <release >stable </release >
26
+ <api >stable </api >
27
27
</stability >
28
28
<license uri =" https://www.apache.org/licenses/LICENSE-2.0" >Apache License 2.0</license >
29
29
<notes >
30
- ## 0.5.3 2024-07-31
31
- - build on win32
32
- - build on macos
33
- - support SendSpanTimeOutMs=-1
30
+ ## 0.5.4 2024-08-07
31
+ - release stable version
34
32
</notes >
35
33
<contents >
36
34
<dir name =" /" >
112
110
<extsrcrelease >
113
111
</extsrcrelease >
114
112
<changelog >
113
+ <release >
114
+ <stability >
115
+ <release >stable</release >
116
+ <api >stable</api >
117
+ </stability >
118
+ <version >
119
+ <release >0.5.4</release >
120
+ <api >0.5.4</api >
121
+ </version >
122
+ <date >2024-08-07</date >
123
+ <notes >
124
+ ## What's Changed
125
+ ## 0.5.4 2024-08-07
126
+ - release stable
127
+ </notes >
128
+ </release >
129
+
115
130
<release >
116
131
<stability >
117
132
<release >alpha</release >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern "C" {
25
25
extern zend_module_entry pinpoint_php_module_entry ;
26
26
#define phpext_pinpoint_php_ptr &pinpoint_php_module_entry
27
27
28
- #define PHP_PINPOINT_PHP_VERSION "0.5.3 "
28
+ #define PHP_PINPOINT_PHP_VERSION "0.5.4 "
29
29
30
30
#ifdef PHP_WIN32
31
31
#define PHP_PINPOINT_PHP_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments