parallel

Parallel concurrency API


A succinct parallel concurrency API for PHP 7 and 8.

License: PHP License

Latest releases

Version Release Download
1.2.15 2026-06-21 parallel-1.2.15.tgz
1.2.14 2026-06-16 parallel-1.2.14.tgz
1.2.13 2026-05-13 parallel-1.2.13.tgz
1.2.12 2026-03-18 parallel-1.2.12.tgz
1.2.11 2026-02-18 parallel-1.2.11.tgz
Show all releases

Changelog

Version Message
1.2.15 - Fix use-after-free race on future->monitor in error paths #381
- Promote PIE installer #383
- Fix: Update coverallsapp/github-action from master to v2.3.6 #384
- Narrow the Windows VEH to undefined-function calls only #379
1.2.14 - Fix PHP 8.4 task exit handling #377
- Narrow crash handler to undefined-function calls only #378
1.2.13 - improve PHP compatibility (#376, thanks @arshidkv12)
- fix cache key collision (#370, thanks @nono303)
1.2.12 - Fix use-after-free in exception trace with user objects (#372)
1.2.11 - Fix potential use-after-free in events poll loop #368
- Fix array literal corruption in threads with explicit storage types #366
- Fix cache key collision #363 (fixes #309 for PHP >= 8.4)
Show complete changelog