Skip to content

Commit 5c903b7

Browse files
committed
update doc
1 parent c3f7427 commit 5c903b7

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

DOC/PHP/Readme-CN.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414

1515
1. 安装 `ext-pinpoint_php` 模块
1616

17-
curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.0/install_pinpoint_php.sh | sh
17+
`pecl install pinpoint_php`
18+
or
19+
`curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/latest/install_pinpoint_php.sh | sh`
20+
21+
> On windows: download .dll from https://pecl.php.net/package/pinpoint_php or https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest
22+
1823

1924
2. 检查下你的配置文件 pinpoint_php.ini
2025

DOC/PHP/Readme-KR.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
### 설치 스텝
1414

1515
1. `ext-pinpoint_php` 모듈 설치
16-
curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.6.0/install_pinpoint_php.sh | sh
16+
17+
`pecl install pinpoint_php`
18+
or
19+
`curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/latest/install_pinpoint_php.sh | sh`
20+
21+
> On windows: download .dll from https://pecl.php.net/package/pinpoint_php or https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest
1722
1823
2. pinpoint_php.ini 설정 파일 확인
1924
```ini

DOC/PHP/Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
#### Steps
2020
1. Install `ext-pinpoint_php`
2121

22-
curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/latest/install_pinpoint_php.sh | sh
22+
`pecl install pinpoint_php`
23+
or
24+
`curl -sL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/latest/install_pinpoint_php.sh | sh`
25+
26+
> On windows: download .dll from https://pecl.php.net/package/pinpoint_php or https://github.com/pinpoint-apm/pinpoint-c-agent/releases/latest
2327
2428
2. Check your pinpoint_php.ini is right
2529

0 commit comments

Comments
 (0)