Skip to content

Commit

Permalink
feat: 添加memcached php拓展
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Nov 2, 2024
1 parent c25c78b commit a52d06e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion internal/apps/php/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,15 @@ func (s *Service) getExtensions() []Extension {
Description: "OPcache 通过将 PHP 脚本预编译的字节码存储到共享内存中来提升 PHP 的性能,存储预编译字节码可以省去每次加载和解析 PHP 脚本的开销",
},
{
Name: "PhpRedis",
Name: "Redis",
Slug: "redis",
Description: "PhpRedis 是一个用 C 语言编写的 PHP 模块,用来连接并操作 Redis 数据库上的数据",
},
{
Name: "Memcached",
Slug: "memcached",
Description: "Memcached 使用 libmemcached 库连接 Memcached 服务器",
},
{
Name: "ImageMagick",
Slug: "imagick",
Expand Down

0 comments on commit a52d06e

Please sign in to comment.