mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add ext-ev,ext-sockets
This commit is contained in:
parent
b185d27ad7
commit
8cc5877f3c
@ -73,6 +73,8 @@ ext-readline:
|
|||||||
arg-type: '--with-libedit --without-readline'
|
arg-type: '--with-libedit --without-readline'
|
||||||
build-shared: false
|
build-shared: false
|
||||||
build-static: true
|
build-static: true
|
||||||
|
ext-sockets:
|
||||||
|
type: php-extension
|
||||||
ext-xml:
|
ext-xml:
|
||||||
type: php-extension
|
type: php-extension
|
||||||
depends:
|
depends:
|
||||||
|
|||||||
13
config/pkg/ext/ext-ev.yml
Normal file
13
config/pkg/ext/ext-ev.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
ext-ev:
|
||||||
|
type: php-extension
|
||||||
|
artifact:
|
||||||
|
source:
|
||||||
|
type: pecl
|
||||||
|
name: ev
|
||||||
|
metadata:
|
||||||
|
license-files: [LICENSE]
|
||||||
|
license: PHP-3.01
|
||||||
|
depends:
|
||||||
|
- ext-sockets
|
||||||
|
php-extension:
|
||||||
|
arg-type@windows: with
|
||||||
Loading…
x
Reference in New Issue
Block a user