Skip to content

Commit 078015e

Browse files
author
piexlmax
committed
update:change php deploy
1 parent 8348f2b commit 078015e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/config/lang/en.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ export default {
198198
'Note: If you cannot configure the system environment variables, you can change the agent configuration file, modify the project name, and find the path address of the python installation agent extension package, for example: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site -packages/dongtai_agent_python modify project.name in dongtai_agent_python/config.json, the priority of system environment variable projectName is higher than project.name in configuration file;',
199199
},
200200
php: {
201-
ManualInstallation: 'Manual Installation',
202-
term1: 'Python Version: 8.0.9 and above',
201+
Manualinstallation: 'manual installation',
202+
term1: 'PHP version no less than 8.0.9',
203203
manualInstallationDesc1:
204-
'a. Manually unzip php-agent-test.tar.gz. There are three files in PHP agent test: Dongtai_ php_ Agent.so & test.json & run-tests.php, 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 to the extension in the PHP installation environment, for example: / usr / local / lib / PHP / PECL / 20200930',
205205
manualInstallationDesc2:
206-
'b. Find php.ini, use the command: PHP - I | grep php.ini, and add: extension in php.ini_ Dir = "path of dongtai_php_agent.so inside PHP", extension = Dongtai_ php_ Agent, then execute PHP – V, the PHP version information is displayed normally, and there will be Dongtai in PHP – M_ php_ Agent, that is, the installation is successful.',
206+
'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:
208-
'c. Through the terminal, enter PHP agent test, execute PHP run-tests.php test results, or enter the shooting range test. The shooting range address is: https://github.com/jinghao1/phpvul',
208+
'C. through the terminal, enter PHP agent and execute PHP run-tests.php test results. You can also enter the shooting range for test. The shooting range address is: https://github.com/jinghao1/phpvul ',
209209
},
210210
},
211211
search: {

0 commit comments

Comments
 (0)