Parallel concurrency API
A succinct parallel concurrency API for PHP 7.
License: PHP License
Version | Release | Download |
1.2.6 | 2025-01-29 | parallel-1.2.6.tgz |
1.2.5 | 2024-11-04 | parallel-1.2.5.tgz |
1.2.4 | 2024-08-23 | parallel-1.2.4.tgz |
1.2.3 | 2024-07-22 | parallel-1.2.3.tgz |
1.2.2 | 2024-06-19 | parallel-1.2.2.tgz |
Version | Message |
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 |
1.2.5 |
- fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc - fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc - fix double runs in CI |
1.2.4 | - Namespace PHP_METHODs to avoid collisions with ext-event #321 |
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 |