Releases: krakjoe/parallel
Releases · krakjoe/parallel
v1.2.10
- fix pecl package (#365)
Thanks @remicollet
v1.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
Thanks @cmb69 , @shivammathur
v1.2.8
- Fix memory leak in nested closure handling by @realFlowControl in #347
Full Changelog: v1.2.7...v1.2.8
v1.2.7
v1.2.6
v1.2.5
- Fix double runs in CI in #326
- fix refcounts to make
developstable in #325 - fix memleak / crashes in #327
Full Changelog: v1.2.4...v1.2.5
Thanks a lot to @arnaud-lb for the help with this release ❤️
v1.2.4
v1.2.3
v1.2.2
- CI: move docker images from Docker Hub to GHCR (thanks @flavioheleno)
- 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 (thanks @bwoebi)