Parallel concurrency API
A succinct parallel concurrency API for PHP 7 and 8.
License: PHP License
| Version | Release | Download |
| 1.2.12 | 2026-03-18 | parallel-1.2.12.tgz |
| 1.2.11 | 2026-02-18 | parallel-1.2.11.tgz |
| 1.2.10 | 2025-12-29 | parallel-1.2.10.tgz |
| 1.2.9 | 2025-12-22 | parallel-1.2.9.tgz |
| 1.2.8 | 2025-07-24 | parallel-1.2.8.tgz |
| Version | Message |
| 1.2.12 | - Fix use-after-free in exception trace with user objects (#372) |
| 1.2.11 |
- Fix potential use-after-free in events poll loop #368 - Fix array literal corruption in threads with explicit storage types #366 - Fix cache key collision #363 (fixes #309 for PHP >= 8.4) |
| 1.2.10 | - Fix pecl package #365 (thanks Remi) |
| 1.2.9 |
- Add PHP 8.5 to CI #349 - Add a reference to argc and argv to child threads #351 - Add function to expose parallel worker threads #352 - Refactor: Replace deprecated Zend types with standard C99 types #353 - Handle calling functions from global scope #355 - Convert ZEND_INIT_FCALL to ZEND_INIT_FCALL_BY_NAME #356 - Add clang formatting rules #361 - Switch Windows CI to `php-windows-builder` #362 |
| 1.2.8 | - fix memory leak in nested closure handling #347 |