Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Jul 31, 2024
1 parent 1b0b9d4 commit 8d6e9e9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGES-PHP.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.3 2024-07-31
- build on win32
- build on macos
- support SendSpanTimeOutMs=-1

## 0.5.2 2024-05-30
- add pinpoint_get_caller_arg

Expand Down
18 changes: 9 additions & 9 deletions DOC/PHP/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

### Requirement

Dependency|Version| More
---|----|----
PHP| php `7+`|
GCC| GCC `4.7+`| C++11
*inux|| `windows is on the way`
pinpoint| `2.0+`|
composer| | class can be automatic pinpoint-cut
collector-agent| [installed ?](../collector-agent/readme.md)
| Dependency | Version | More |
| ------------------- | ------------------------------------------- | ----------------------------------- |
| PHP | php `7+` |
| GCC | GCC `4.7+` | C++11 |
| *inux/windows/macOs | | `windows is on the way` |
| pinpoint | `2.0+` |
| composer | | class can be automatic pinpoint-cut |
| collector-agent | [installed ?](../collector-agent/readme.md) |

### Installation

#### Steps
1. Install `ext-pinpoint_php`

curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.0/install_pinpoint_php.sh | sh
curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/latest/install_pinpoint_php.sh | sh

2. Check your pinpoint_php.ini is right

Expand Down
26 changes: 20 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-07-29</date>
<date>2024-08-07</date>
<version>
<release>0.5.2</release>
<api>0.5.2</api>
<release>0.5.3</release>
<api>0.5.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</license>
<notes>
https://github.com/pinpoint-apm/pinpoint-c-agent
## 0.5.3 2024-07-31
- build on win32
- build on macos
- support SendSpanTimeOutMs=-1
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -114,6 +117,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
<extsrcrelease>
</extsrcrelease>
<changelog>
<release>
<stability><release>alpha</release><api>alpha</api></stability>
<version><release>0.5.2</release><api>0.5.2</api></version>
<date>2024-07-29</date>
<notes>
## What's Changed
- add pinpoint_get_caller_arg

**Full Changelog**: https://github.com/pinpoint-apm/pinpoint-c-agent/compare/v0.5.0...v0.6.0
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>0.5.2</release><api>0.5.2</api></version>
Expand Down

0 comments on commit 8d6e9e9

Please sign in to comment.