Parallel concurrency API
A succinct parallel concurrency API for PHP 7.
License: PHP License
Version | Release | Download |
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 |
1.2.1 | 2022-10-29 | parallel-1.2.1.tgz |
Version | Message |
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 |
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 |