Skip to content

Releases: krakjoe/parallel

v1.2.5

04 Nov 14:58
16c6ed5
Compare
Choose a tag to compare
  • Fix double runs in CI in #326
  • fix refcounts to make develop stable 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

23 Aug 10:05
d12a908
Compare
Choose a tag to compare

v1.2.3

22 Jul 09:28
6af26e1
Compare
Choose a tag to compare
  • 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

v1.2.2

19 Jun 09:50
606fd54
Compare
Choose a tag to compare
  • 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)