Package Information |
Summary |
Parallel concurrency API |
Maintainers |
Remi Collet (lead)
[details]
Joe Watkins (lead)
[details]
Florian Engelhardt (lead)
[details]
|
License |
PHP License |
Description |
A succinct parallel concurrency API for PHP 7 and 8. |
Homepage |
https://github.com/krakjoe/parallel
|
Release notes
Version 1.2.1
(stable)
|
- 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 |