Add extension ev support (#703)

* Add extension ev support

* Sort config

* Correct ev build arg for windows

* Use static-php mirror of nasm

* Fix windows ev patch

* Oops
This commit is contained in:
Jerry Ma
2025-04-19 20:39:48 +08:00
committed by GitHub
parent a236ee3ac3
commit a7adec1341
5 changed files with 51 additions and 4 deletions

View File

@@ -92,6 +92,16 @@
"path": "LICENSE"
}
},
"ev": {
"type": "url",
"url": "https://pecl.php.net/get/ev",
"path": "php-src/ext/ev",
"filename": "ev.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-ds": {
"type": "url",
"url": "https://pecl.php.net/get/ds",