File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
1 . 安装 ` ext-pinpoint_php ` 模块
16
16
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
+
18
23
19
24
2 . 检查下你的配置文件 pinpoint_php.ini
20
25
Original file line number Diff line number Diff line change 13
13
### 설치 스텝
14
14
15
15
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
17
22
18
23
2 . pinpoint_php.ini 설정 파일 확인
19
24
``` ini
Original file line number Diff line number Diff line change 19
19
#### Steps
20
20
1 . Install ` ext-pinpoint_php `
21
21
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
23
27
24
28
2 . Check your pinpoint_php.ini is right
25
29
You can’t perform that action at this time.
0 commit comments