Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update v0.5.4 #662

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading