add php 8.3 support

This commit is contained in:
crazywhalecc
2023-11-22 00:29:44 +08:00
committed by Jerry Ma
parent c95da8c150
commit 7a2e237069
8 changed files with 11 additions and 6 deletions

View File

@@ -146,7 +146,7 @@ Basic usage for building php and micro with some extensions:
./bin/spc build bcmath,openssl,tokenizer,sqlite3,pdo_sqlite,ftp,curl --build-cli --build-micro
```
You can also use the parameter `--with-php=x.y` to specify the downloaded PHP version, currently supports 7.4 ~ 8.2:
You can also use the parameter `--with-php=x.y` to specify the downloaded PHP version, currently supports 7.4 ~ 8.3:
```bash
# Using PHP >= 8.0 is recommended, because PHP7 cannot use phpmicro