add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/pickle.md Normal file
View File

@@ -0,0 +1,20 @@
# pickle
> 一个基于 Composer 的 PHP 扩展安装器。
> 更多信息:<https://github.com/FriendsOfPHP/pickle>。
- 安装特定的 PHP 扩展:
`pickle install {{extension_name}}`
- 将现有的 PECL 扩展配置转换为 Pickle 配置文件:
`pickle convert {{path/to/directory}}`
- 验证一个 PECL 扩展:
`pickle validate {{path/to/directory}}`
- 打包一个 PECL 扩展以供发布:
`pickle release {{path/to/directory}}`