diff --git a/package.xml b/package.xml index f8541a2..612facc 100644 --- a/package.xml +++ b/package.xml @@ -22,9 +22,9 @@ flo@dotbox.org yes - 2024-06-19 + 2024-07-22 - 1.2.2 + 1.2.3 1.2.0 @@ -33,10 +33,10 @@ PHP License -- 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 +- 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 @@ -270,6 +270,24 @@ parallel + + 2022-06-19 + + 1.2.2 + 1.2.0 + + + stable + stable + + PHP License + +- 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 + + 2022-10-29 diff --git a/php_parallel.h b/php_parallel.h index 35da2b7..09c7488 100644 --- a/php_parallel.h +++ b/php_parallel.h @@ -22,7 +22,7 @@ extern zend_module_entry parallel_module_entry; # define phpext_parallel_ptr ¶llel_module_entry -# define PHP_PARALLEL_VERSION "1.2.2" +# define PHP_PARALLEL_VERSION "1.2.3" # if !defined(ZTS) # error Only ZTS build are supported