mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
Merge remote-tracking branch 'origin/ext/parallel' into ext/parallel
# Conflicts: # config/ext.json
This commit is contained in:
@@ -187,6 +187,11 @@
|
||||
"icu"
|
||||
]
|
||||
},
|
||||
"parallel": {
|
||||
"type": "external",
|
||||
"source": "parallel",
|
||||
"arg-type-windows": "with"
|
||||
},
|
||||
"ldap": {
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
@@ -283,7 +288,10 @@
|
||||
"parallel": {
|
||||
"type": "external",
|
||||
"source": "parallel",
|
||||
"arg-type-windows": "with"
|
||||
"arg-type-windows": "with",
|
||||
"lib-depends-windows": [
|
||||
"pthreads4w"
|
||||
]
|
||||
},
|
||||
"password-argon2": {
|
||||
"type": "builtin",
|
||||
|
||||
Reference in New Issue
Block a user