Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit d201bc7

Browse files
committed
Sync config files from main
1 parent 771c833 commit d201bc7

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

docs/.vitepress/config/ext.json

+13
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@
187187
"icu"
188188
]
189189
},
190+
"parallel": {
191+
"type": "external",
192+
"source": "parallel",
193+
"arg-type-windows": "with"
194+
},
190195
"ldap": {
191196
"type": "builtin",
192197
"arg-type": "with-prefix",
@@ -280,6 +285,14 @@
280285
"zlib"
281286
]
282287
},
288+
"parallel": {
289+
"type": "external",
290+
"source": "parallel",
291+
"arg-type-windows": "with",
292+
"lib-depends-windows": [
293+
"pthreads4w"
294+
]
295+
},
283296
"password-argon2": {
284297
"type": "builtin",
285298
"arg-type": "with-prefix",

docs/.vitepress/config/lib.json

+6
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@
528528
"zstd"
529529
]
530530
},
531+
"pthreads4w": {
532+
"source": "pthreads4w",
533+
"static-libs-windows": [
534+
"libpthreadVC3.lib"
535+
]
536+
},
531537
"qdbm": {
532538
"source": "qdbm",
533539
"static-libs-unix": [

docs/.vitepress/config/source.json

+19
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,16 @@
515515
"path": "LICENSE.txt"
516516
}
517517
},
518+
"parallel": {
519+
"type": "url",
520+
"url": "https://pecl.php.net/get/parallel",
521+
"path": "php-src/ext/parallel",
522+
"filename": "parallel.tgz",
523+
"license": {
524+
"type": "file",
525+
"path": "LICENSE"
526+
}
527+
},
518528
"pdo_sqlsrv": {
519529
"type": "url",
520530
"url": "https://pecl.php.net/get/pdo_sqlsrv",
@@ -551,6 +561,15 @@
551561
"path": "LICENSE"
552562
}
553563
},
564+
"pthreads4w": {
565+
"type": "git",
566+
"rev": "master",
567+
"url": "https://git.code.sf.net/p/pthreads4w/code",
568+
"license": {
569+
"type": "file",
570+
"path": "LICENSE"
571+
}
572+
},
554573
"qdbm": {
555574
"type": "git",
556575
"url": "https://github.com/static-php/qdbm.git",

0 commit comments

Comments
 (0)