parallel

Parallel concurrency API


A succinct parallel concurrency API for PHP 7.

License: PHP License

Latest releases

Version Release Download
1.2.3 2024-07-22 parallel-1.2.3.tgz
1.2.2 2024-06-19 parallel-1.2.2.tgz
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
Show all releases

Changelog

Version Message
1.2.3 - CI: fix Windows tests #304
- CI: updated to PHP 8.3.9 #305
- FrankenPHP support: unlock mutex in case of `zend_bailout` #314
- Make `request_info` from SAPI globals accessible in threads #307
1.2.2 - CI: move docker images from Docker Hub to GHCR
- fix compilation issues with PHP 8.2 and 8.3 on 32 bit hardware
- fix compilation issues with PHP 8.4 (current master)
- fix Sync object debug handlers in PHP 8.3
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
Show complete changelog