mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
update README.md [skip ci]
This commit is contained in:
parent
8ed1945667
commit
02c85139b4
62
README.md
62
README.md
@ -43,41 +43,41 @@ file ./php
|
|||||||
## 支持的扩展表
|
## 支持的扩展表
|
||||||
| 是否支持 | PHP 扩展名称 | 支持版本 | 备注 |
|
| 是否支持 | PHP 扩展名称 | 支持版本 | 备注 |
|
||||||
| -------- | ------------ | -------- | ------------------------------------------------------- |
|
| -------- | ------------ | -------- | ------------------------------------------------------- |
|
||||||
| yes | bcmath | * | |
|
| yes, enabled | bcmath | * | |
|
||||||
| yes | calendar | * | |
|
| yes, enabled | calendar | * | |
|
||||||
| yes | ctype | * | |
|
| yes, enabled | ctype | * | |
|
||||||
| yes | curl | * | 自带下载编译 curl 库 |
|
| yes, enabled | curl | * | 自带下载编译 curl 库 |
|
||||||
| yes | dom | * | |
|
| yes, enabled | dom | * | |
|
||||||
| | event | | |
|
| | event | | |
|
||||||
| yes | filter | * | |
|
| yes, enabled | filter | * | |
|
||||||
| yes | gd | * | |
|
| yes, enabled | gd | * | |
|
||||||
| yes | hash | * | |
|
| yes, enabled | hash | * | |
|
||||||
| yes | iconv | * | |
|
| yes, enabled | iconv | * | |
|
||||||
| yes | inotify | 3.0.0 | 从 pecl 或镜像站下载的源码 |
|
| yes, enabled | inotify | 3.0.0 | 从 pecl 或镜像站下载的源码 |
|
||||||
| yes | json | * | |
|
| yes, enabled | json | * | |
|
||||||
| yes | libxml | * | 自带下载编译 libxml2 库 |
|
| yes, enabled | libxml | * | 自带下载编译 libxml2 库 |
|
||||||
| yes | mbstring | * | |
|
| yes, enabled | mbstring | * | |
|
||||||
| yes | mongodb | >=1.9.1 | 未测试,从 pecl 或镜像站下载的源码 |
|
| yes, enabled | mongodb | >=1.9.1 | 未测试,从 pecl 或镜像站下载的源码 |
|
||||||
| | mysqli | | |
|
| | mysqli | | |
|
||||||
| yes | mysqlnd | * | |
|
| yes, enabled | mysqlnd | * | |
|
||||||
| yes | openssl | * | |
|
| yes, enabled | openssl | * | |
|
||||||
| yes | pcntl | * | |
|
| yes, enabled | pcntl | * | |
|
||||||
| yes | pdo | * | |
|
| yes, enabled | pdo | * | |
|
||||||
| yes | pdo_mysql | * | |
|
| yes, enabled | pdo_mysql | * | |
|
||||||
| | pdo_pgsql | * | |
|
| | pdo_pgsql | * | |
|
||||||
| yes | phar | * | |
|
| yes, enabled | phar | * | |
|
||||||
| yes | posix | * | |
|
| yes, enabled | posix | * | |
|
||||||
| yes | redis | * | 从 pecl 或镜像站下载的源码 |
|
| yes, enabled | redis | * | 从 pecl 或镜像站下载的源码 |
|
||||||
| yes | simplexml | * | |
|
| yes, enabled | simplexml | * | |
|
||||||
| yes | sockets | * | |
|
| yes, enabled | sockets | * | |
|
||||||
| yes | sqlite3 | * | |
|
| yes, enabled | sqlite3 | * | |
|
||||||
| yes | swoole | >=4.6.6 | 使用参数 `--enable-openssl --with-openssl --with-openssl-dir=/usr`,从 pecl 或镜像站下载的源码 |
|
| yes, enabled | swoole | >=4.6.6 | 使用参数 `--enable-openssl --with-openssl --with-openssl-dir=/usr`,从 pecl 或镜像站下载的源码 |
|
||||||
| yes | tokenizer | * | |
|
| yes, enabled | tokenizer | * | |
|
||||||
| yes | xml | * | |
|
| yes, enabled | xml | * | |
|
||||||
| yes | xmlreader | * | |
|
| yes, enabled | xmlreader | * | |
|
||||||
| yes | xmlwriter | * | |
|
| yes, enabled | xmlwriter | * | |
|
||||||
| | zip | | 已经支持,但是脚本搞丢了,需要重新写 |
|
| | zip | | 已经支持,但是脚本搞丢了,需要重新写 |
|
||||||
| yes | zlib | * | |
|
| yes, enabled | zlib | * | |
|
||||||
|
|
||||||
## 自定义
|
## 自定义
|
||||||
- `docker/Dockerfile` 中修改 `VER_PHP=x.x.x` 来更换 PHP 版本。
|
- `docker/Dockerfile` 中修改 `VER_PHP=x.x.x` 来更换 PHP 版本。
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user