Skip to content

Commit

Permalink
update v0.5.4 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu authored Aug 7, 2024
1 parent 436949c commit 15fb7de
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES-PHP.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> end of maintain: use `https://pecl.php.net/package-changelog.php?package=pinpoint_php`
## 0.5.3 2024-07-31
- build on win32
- build on macos
Expand Down
27 changes: 21 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@
<api>0.5.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</license>
<notes>
## 0.5.3 2024-07-31
- build on win32
- build on macos
- support SendSpanTimeOutMs=-1
## 0.5.4 2024-08-07
- release stable version
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -112,6 +110,23 @@
<extsrcrelease>
</extsrcrelease>
<changelog>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>0.5.4</release>
<api>0.5.4</api>
</version>
<date>2024-08-07</date>
<notes>
## What's Changed
## 0.5.4 2024-08-07
- release stable
</notes>
</release>

<release>
<stability>
<release>alpha</release>
Expand Down
2 changes: 1 addition & 1 deletion php_pinpoint_php.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern "C" {
extern zend_module_entry pinpoint_php_module_entry;
#define phpext_pinpoint_php_ptr &pinpoint_php_module_entry

#define PHP_PINPOINT_PHP_VERSION "0.5.3"
#define PHP_PINPOINT_PHP_VERSION "0.5.4"

#ifdef PHP_WIN32
#define PHP_PINPOINT_PHP_API __declspec(dllexport)
Expand Down

0 comments on commit 15fb7de

Please sign in to comment.