Add ext-ev,ext-sockets

This commit is contained in:
crazywhalecc 2026-03-09 14:35:42 +08:00
parent b185d27ad7
commit 8cc5877f3c
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 15 additions and 0 deletions

View File

@ -73,6 +73,8 @@ ext-readline:
arg-type: '--with-libedit --without-readline'
build-shared: false
build-static: true
ext-sockets:
type: php-extension
ext-xml:
type: php-extension
depends:

13
config/pkg/ext/ext-ev.yml Normal file
View 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