linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# phpdismod
> Debian 기반 운영 체제에서 PHP 확장을 비활성화합니다.
> 더 많은 정보: <https://salsa.debian.org/php-team/php-defaults>.
- 모든 PHP 버전의 모든 SAPI에서 JSON 확장 비활성화:
`sudo phpdismod {{json}}`
- PHP 7.3 버전의 cli SAPI에서 JSON 확장 비활성화:
`sudo phpdismod -v {{7.3}} -s {{cli}} {{json}}`