Skip to content

Commit 21dcc48

Browse files
author
奇淼(piexlmax
authored
Merge pull request #162 from HXSecurity/issue-145
update:change php deploy
2 parents e0aedfe + cac677b commit 21dcc48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/lang/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default {
201201
Manualinstallation: 'manual installation',
202202
term1: 'PHP version no less than 8.0.9',
203203
manualInstallationDesc1:
204-
'A. manually decompress php-agent.tar.gz. There are three files in PHP agent: dongtai_php_agent.so & policy.json & dongtai-php-property.ini. Copy dongtai_php_agent.so to the extension in the PHP installation environment, for example: / usr / local / lib / PHP / PECL / 20200930',
204+
'A. manually decompress php-agent.tar.gz. There are three files in PHP agent: dongtai_php_agent.so & policy.json & dongtai-php-property.ini. Copy dongtai_php_agent.so and policy.json to the extension in the PHP installation environment, for example:/usr/local/lib/PHP/PECL/20200930',
205205
manualInstallationDesc2:
206206
'B. find the configuration file directory of PHP, add: dongtai-php-property.ini, then execute PHP – m, and check that there will be dongtai_php_agent, that is, the installation is successful.',
207207
manualInstallationDesc3:

src/config/lang/zh_cn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default {
202202
ManualInstallation: '手动安装',
203203
term1: 'PHP版本不低于8.0.9',
204204
manualInstallationDesc1:
205-
'a. 手动解压缩php-agent.tar.gz,php-agent里面有三个文件,分别是:dongtai_php_agent.so& policy.json &dongtai-php-property.ini,复制dongtai_php_agent.so到php安装环境中的extension中,例如:/usr/local/lib/php/pecl/20200930',
205+
'a. 手动解压缩php-agent.tar.gz,php-agent里面有三个文件,分别是:dongtai_php_agent.so& policy.json &dongtai-php-property.ini,复制dongtai_php_agent.so和policy.json到php安装环境中的extension中,例如:/usr/local/lib/php/pecl/20200930',
206206
manualInstallationDesc2:
207207
'b. 找到php的配置文件目录,添加:dongtai-php-property.ini,之后执行php –m, 查看会有dongtai_php_agent,即安装成功。',
208208
manualInstallationDesc3:

0 commit comments

Comments
 (0)