File tree 2 files changed +25
-7
lines changed
2 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<active >yes</active >
24
24
</lead >
25
- <date >2024-06-19 </date >
25
+ <date >2024-07-22 </date >
26
26
<version >
27
- <release >1.2.2 </release >
27
+ <release >1.2.3 </release >
28
28
<api >1.2.0</api >
29
29
</version >
30
30
<stability >
33
33
</stability >
34
34
<license uri =" http://www.php.net/license" >PHP License</license >
35
35
<notes >
36
- - CI: move docker images from Docker Hub to GHCR
37
- - fix compilation issues with PHP 8.2 and 8.3 on 32 bit hardware
38
- - fix compilation issues with PHP 8.4 (current master)
39
- - fix Sync object debug handlers in PHP 8.3
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
40
40
</notes >
41
41
<contents >
42
42
<dir name =" /" >
270
270
<providesextension >parallel</providesextension >
271
271
<extsrcrelease />
272
272
<changelog >
273
+ <release >
274
+ <date >2022-06-19</date >
275
+ <version >
276
+ <release >1.2.2</release >
277
+ <api >1.2.0</api >
278
+ </version >
279
+ <stability >
280
+ <release >stable</release >
281
+ <api >stable</api >
282
+ </stability >
283
+ <license uri =" http://www.php.net/license" >PHP License</license >
284
+ <notes >
285
+ - CI: move docker images from Docker Hub to GHCR
286
+ - fix compilation issues with PHP 8.2 and 8.3 on 32 bit hardware
287
+ - fix compilation issues with PHP 8.4 (current master)
288
+ - fix Sync object debug handlers in PHP 8.3
289
+ </notes >
290
+ </release >
273
291
<release >
274
292
<date >2022-10-29</date >
275
293
<version >
Original file line number Diff line number Diff line change 22
22
extern zend_module_entry parallel_module_entry ;
23
23
# define phpext_parallel_ptr ¶llel_module_entry
24
24
25
- # define PHP_PARALLEL_VERSION "1.2.2 "
25
+ # define PHP_PARALLEL_VERSION "1.2.3 "
26
26
27
27
# if !defined(ZTS )
28
28
# error Only ZTS build are supported
You can’t perform that action at this time.
0 commit comments