parallel

Parallel concurrency API


A succinct parallel concurrency API for PHP 7.

License: PHP License

Latest releases

Version Release Download
1.2.1 2022-10-29 parallel-1.2.1.tgz
1.2.0 2022-10-24 parallel-1.2.0.tgz
1.1.4 2020-09-17 parallel-1.1.4.tgz
1.1.3 2019-08-14 parallel-1.1.3.tgz
1.1.2 2019-06-13 parallel-1.1.2.tgz
Show all releases

Changelog

Version Message
1.2.1 - Fix segfault when constructing sync objects
- Fix heap buffer overflows when copying functions
- Drop disabling functions (dl, setlocale) by force and adopt PG(enable_dl) mechanism for that most important use case
- Fix some leaks in scheduler
1.2.0 - Add support for PHP 8.0, 8.1 and 8.2
- Drop support for PHP 7
1.1.4 - Fix #103: memory leaks in Sync
- Fix #112: broken type hinting and instanceof operator
- Fix #139: crash with opcache enabled
1.1.3 - Fix #79 segfault on copy closure in 7.2
- Fix #69 segfault on deep runtime copy
- Fix #70 segfault caused by incorrect Channel serialize/unserialize
- Fix #71 segfault caused by cloned Channel access
1.1.2 - Fix for 7.4.0alpha1
Show complete changelog