parallel

Parallel concurrency API


A succinct parallel concurrency API for PHP 7 and 8.

License: PHP License

Latest releases

Version Release Download
1.2.8 2025-07-24 parallel-1.2.8.tgz
1.2.7 2025-06-11 parallel-1.2.7.tgz
1.2.6 2025-01-29 parallel-1.2.6.tgz
1.2.5 2024-11-04 parallel-1.2.5.tgz
1.2.4 2024-08-23 parallel-1.2.4.tgz
Show all releases

Changelog

Version Message
1.2.8 - fix memory leak in nested closure handling #347
1.2.7 - Crash less and allow more cyclomatic refs #339
- Update docs #340
- Fix PHP-FPM POST bug #343
1.2.6 - fix/update Windows CI #330
- upgrade docker images and add PHP 8.4 containers #331
- support in-tree build #334
- support building via pie #335, #336
1.2.5 - fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc
- fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc
- fix double runs in CI
1.2.4 - Namespace PHP_METHODs to avoid collisions with ext-event #321
Show complete changelog