mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Add ext-mbstring,ext-mbregex,onig
This commit is contained in:
9
config/pkg/ext/ext-mbregex.yml
Normal file
9
config/pkg/ext/ext-mbregex.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
ext-mbregex:
|
||||
type: php-extension
|
||||
depends:
|
||||
- onig
|
||||
- ext-mbstring
|
||||
php-extension:
|
||||
arg-type: custom
|
||||
build-shared: false
|
||||
build-static: true
|
||||
4
config/pkg/ext/ext-mbstring.yml
Normal file
4
config/pkg/ext/ext-mbstring.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
ext-mbstring:
|
||||
type: php-extension
|
||||
php-extension:
|
||||
arg-type: custom
|
||||
Reference in New Issue
Block a user