mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update ext-support.md
This commit is contained in:
parent
37556c9e02
commit
3f6e659c6a
@ -29,6 +29,7 @@
|
|||||||
| iconv | yes | yes | |
|
| iconv | yes | yes | |
|
||||||
| imagick | yes | yes | |
|
| imagick | yes | yes | |
|
||||||
| inotify | yes | yes | |
|
| inotify | yes | yes | |
|
||||||
|
| intl | | | |
|
||||||
| mbstring | yes | yes | |
|
| mbstring | yes | yes | |
|
||||||
| mbregex | yes | yes | |
|
| mbregex | yes | yes | |
|
||||||
| mcrypt | | [no](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
| mcrypt | | [no](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
||||||
@ -36,6 +37,7 @@
|
|||||||
| mysqli | yes | yes | |
|
| mysqli | yes | yes | |
|
||||||
| mysqlnd | yes | yes | |
|
| mysqlnd | yes | yes | |
|
||||||
| openssl | yes | yes | |
|
| openssl | yes | yes | |
|
||||||
|
| password-argon2 | | | |
|
||||||
| pcntl | yes | yes | |
|
| pcntl | yes | yes | |
|
||||||
| pdo | yes | yes | |
|
| pdo | yes | yes | |
|
||||||
| pdo_mysql | yes | yes | |
|
| pdo_mysql | yes | yes | |
|
||||||
@ -57,6 +59,7 @@
|
|||||||
| swow | yes | yes | |
|
| swow | yes | yes | |
|
||||||
| swoole | [partial](https://github.com/crazywhalecc/static-php-cli/issues/51) | yes | |
|
| swoole | [partial](https://github.com/crazywhalecc/static-php-cli/issues/51) | yes | |
|
||||||
| tokenizer | yes | yes | |
|
| tokenizer | yes | yes | |
|
||||||
|
| xlswriter | | | |
|
||||||
| xml | yes | yes | |
|
| xml | yes | yes | |
|
||||||
| xmlreader | yes, untested | yes, untested | |
|
| xmlreader | yes, untested | yes, untested | |
|
||||||
| xmlwriter | yes, untested | yes, untested | |
|
| xmlwriter | yes, untested | yes, untested | |
|
||||||
@ -79,7 +82,7 @@ Here are some extension list example for different use.
|
|||||||
- For static-php-cli self (with dev dependencies): `"posix,pcntl,phar,tokenizer,iconv,zlib,xml,dom,xmlwriter,xmlreader,fileinfo"`
|
- For static-php-cli self (with dev dependencies): `"posix,pcntl,phar,tokenizer,iconv,zlib,xml,dom,xmlwriter,xmlreader,fileinfo"`
|
||||||
- Minimum, with no extension: `""`
|
- Minimum, with no extension: `""`
|
||||||
|
|
||||||
Compile with all supported extensions (exclude `swow`, `swoole` due to c++ extension):
|
Compile with all supported extensions (exclude `swow`, `swoole`, because these will change the default behavior of php):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bin/spc build --build-all bcmath,bz2,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,mbregex,mbstring,mongodb,mysqli,mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,protobuf,redis,session,shmop,simplexml,soap,sockets,sqlite3,tokenizer,xml,xmlreader,xmlwriter,yaml,zip,zlib,zstd --with-libs=libjpeg,freetype,libwebp,libavif --debug
|
bin/spc build --build-all bcmath,bz2,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,mbregex,mbstring,mongodb,mysqli,mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,protobuf,redis,session,shmop,simplexml,soap,sockets,sqlite3,tokenizer,xml,xmlreader,xmlwriter,yaml,zip,zlib,zstd --with-libs=libjpeg,freetype,libwebp,libavif --debug
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user