Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: krakjoe/parallel

v1.2.10

29 Dec 11:30
8bf4ab0

Choose a tag to compare

  • fix pecl package (#365)

Thanks @remicollet

v1.2.9

22 Dec 11:57
2fa2912

Choose a tag to compare

  • 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

24 Jul 10:20
448fe9f

Choose a tag to compare

Full Changelog: v1.2.7...v1.2.8

v1.2.7

11 Jun 07:12
b16c839

Choose a tag to compare

  • Crash less and allow more cyclomatic refs #339
  • Update docs #340
  • Fix PHP-FPM POST bug #343

v1.2.6

29 Jan 14:59
c8f8027

Choose a tag to compare

  • 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

Thanks @cmb69 ❤️

v1.2.5

04 Nov 14:58
16c6ed5

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

Choose a tag to compare

v1.2.3

22 Jul 09:28
6af26e1

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

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)