From d12a908b360c6d2660ecd3d7ca570fa0e4f3ac67 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Fri, 23 Aug 2024 11:57:18 +0200 Subject: [PATCH] draft 1.2.4 release --- package.xml | 29 ++++++++++++++++++++++------- php_parallel.h | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 612facc..c2c8de5 100644 --- a/package.xml +++ b/package.xml @@ -22,9 +22,9 @@ flo@dotbox.org yes - 2024-07-22 + 2024-08-23 - 1.2.3 + 1.2.4 1.2.0 @@ -33,10 +33,7 @@ PHP License -- 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 +- Namespace PHP_METHODs to avoid collisions with ext-event #321 @@ -270,8 +267,26 @@ parallel + + 2024-07-22 + + 1.2.3 + 1.2.0 + + + stable + stable + + PHP License + +- 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 + + - 2022-06-19 + 2024-06-19 1.2.2 1.2.0 diff --git a/php_parallel.h b/php_parallel.h index 09c7488..7881d99 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.3" +# define PHP_PARALLEL_VERSION "1.2.4" # if !defined(ZTS) # error Only ZTS build are supported