Skip to content

Commit d12a908

Browse files
draft 1.2.4 release
1 parent 77f354b commit d12a908

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

package.xml

+22-7
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<email>[email protected]</email>
2323
<active>yes</active>
2424
</lead>
25-
<date>2024-07-22</date>
25+
<date>2024-08-23</date>
2626
<version>
27-
<release>1.2.3</release>
27+
<release>1.2.4</release>
2828
<api>1.2.0</api>
2929
</version>
3030
<stability>
@@ -33,10 +33,7 @@
3333
</stability>
3434
<license uri="http://www.php.net/license">PHP License</license>
3535
<notes>
36-
- CI: fix Windows tests #304
37-
- CI: updated to PHP 8.3.9 #305
38-
- FrankenPHP support: unlock mutex in case of `zend_bailout` #314
39-
- Make `request_info` from SAPI globals accessible in threads #307
36+
- Namespace PHP_METHODs to avoid collisions with ext-event #321
4037
</notes>
4138
<contents>
4239
<dir name="/">
@@ -270,8 +267,26 @@
270267
<providesextension>parallel</providesextension>
271268
<extsrcrelease/>
272269
<changelog>
270+
<release>
271+
<date>2024-07-22</date>
272+
<version>
273+
<release>1.2.3</release>
274+
<api>1.2.0</api>
275+
</version>
276+
<stability>
277+
<release>stable</release>
278+
<api>stable</api>
279+
</stability>
280+
<license uri="http://www.php.net/license">PHP License</license>
281+
<notes>
282+
- CI: fix Windows tests #304
283+
- CI: updated to PHP 8.3.9 #305
284+
- FrankenPHP support: unlock mutex in case of `zend_bailout` #314
285+
- Make `request_info` from SAPI globals accessible in threads #307
286+
</notes>
287+
</release>
273288
<release>
274-
<date>2022-06-19</date>
289+
<date>2024-06-19</date>
275290
<version>
276291
<release>1.2.2</release>
277292
<api>1.2.0</api>

php_parallel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern zend_module_entry parallel_module_entry;
2323
# define phpext_parallel_ptr &parallel_module_entry
2424

25-
# define PHP_PARALLEL_VERSION "1.2.3"
25+
# define PHP_PARALLEL_VERSION "1.2.4"
2626

2727
# if !defined(ZTS)
2828
# error Only ZTS build are supported

0 commit comments

Comments
 (0)