parallel

Parallel concurrency API


A succinct parallel concurrency API for PHP 7 and 8.

License: PHP License

Latest releases

Version Release Download
1.2.10 2025-12-29 parallel-1.2.10.tgz
1.2.9 2025-12-22 parallel-1.2.9.tgz
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
Show all releases

Changelog

Version Message
1.2.10 - Fix pecl package #365 (thanks Remi)
1.2.9 - Add PHP 8.5 to CI #349
- Add a reference to argc and argv to child threads #351
- Add function to expose parallel worker threads #352
- Refactor: Replace deprecated Zend types with standard C99 types #353
- Handle calling functions from global scope #355
- Convert ZEND_INIT_FCALL to ZEND_INIT_FCALL_BY_NAME #356
- Add clang formatting rules #361
- Switch Windows CI to `php-windows-builder` #362
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
Show complete changelog