Skip to content

Commit

Permalink
feat: support pecl install phpy --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinywan committed Aug 30, 2024
1 parent f91d49e commit 4bbed9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ docker-compose up --no-deps -d nginx -- php74

[http://127.0.0.1](http://127.0.0.1)

## phpy 安装

修改`services/php8/Dockerfile` 找到一下文件,去掉注释
```ts
# phpy install https://github.com/swoole/phpy
RUN apk add python3
RUN apk add autoconf gcc g++ make python3-dev
```
修改`.env``PHP8.2`扩展`PHP82_EXTENSIONS=gd,phpy`

## :book: 目录

- [快速使用](#快速使用)
Expand Down

0 comments on commit 4bbed9b

Please sign in to comment.