parallel 1.2.1

Parallel concurrency API


A succinct parallel concurrency API for PHP 7.

License: PHP License

Changes

- 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