Add extension parallel support

This commit is contained in:
crazywhalecc
2024-05-09 12:51:30 +08:00
parent e6c308c242
commit 827c929c44
2 changed files with 15 additions and 0 deletions

View File

@@ -187,6 +187,11 @@
"icu"
]
},
"parallel": {
"type": "external",
"source": "parallel",
"arg-type-windows": "with"
},
"ldap": {
"type": "builtin",
"arg-type": "with-prefix",

View File

@@ -479,6 +479,16 @@
"path": "LICENSE"
}
},
"parallel": {
"type": "url",
"url": "https://pecl.php.net/get/parallel",
"path": "php-src/ext/parallel",
"filename": "parallel.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ncurses": {
"type": "filelist",
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",