This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree 3 files changed +38
-0
lines changed
3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 187
187
" icu"
188
188
]
189
189
},
190
+ "parallel" : {
191
+ "type" : " external" ,
192
+ "source" : " parallel" ,
193
+ "arg-type-windows" : " with"
194
+ },
190
195
"ldap" : {
191
196
"type" : " builtin" ,
192
197
"arg-type" : " with-prefix" ,
280
285
" zlib"
281
286
]
282
287
},
288
+ "parallel" : {
289
+ "type" : " external" ,
290
+ "source" : " parallel" ,
291
+ "arg-type-windows" : " with" ,
292
+ "lib-depends-windows" : [
293
+ " pthreads4w"
294
+ ]
295
+ },
283
296
"password-argon2" : {
284
297
"type" : " builtin" ,
285
298
"arg-type" : " with-prefix" ,
Original file line number Diff line number Diff line change 528
528
" zstd"
529
529
]
530
530
},
531
+ "pthreads4w" : {
532
+ "source" : " pthreads4w" ,
533
+ "static-libs-windows" : [
534
+ " libpthreadVC3.lib"
535
+ ]
536
+ },
531
537
"qdbm" : {
532
538
"source" : " qdbm" ,
533
539
"static-libs-unix" : [
Original file line number Diff line number Diff line change 515
515
"path" : " LICENSE.txt"
516
516
}
517
517
},
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
+ },
518
528
"pdo_sqlsrv" : {
519
529
"type" : " url" ,
520
530
"url" : " https://pecl.php.net/get/pdo_sqlsrv" ,
551
561
"path" : " LICENSE"
552
562
}
553
563
},
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
+ },
554
573
"qdbm" : {
555
574
"type" : " git" ,
556
575
"url" : " https://github.com/static-php/qdbm.git" ,
You can’t perform that action at this time.
0 commit comments