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 >2022-10-29 </date >
25
+ <date >2024-06-16 </date >
26
26
<version >
27
- <release >1.2.1 </release >
27
+ <release >1.2.2 </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
- - Fix segfault when constructing sync objects
37
- - Fix heap buffer overflows when copying functions
38
- - Drop disabling functions (dl, setlocale) by force and adopt PG(enable_dl) mechanism for that most important use case
39
- - Fix some leaks in scheduler
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
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-10-29</date >
275
+ <version >
276
+ <release >1.2.1</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
+ - Fix segfault when constructing sync objects
286
+ - Fix heap buffer overflows when copying functions
287
+ - Drop disabling functions (dl, setlocale) by force and adopt PG(enable_dl) mechanism for that most important use case
288
+ - Fix some leaks in scheduler
289
+ </notes >
290
+ </release >
273
291
<release >
274
292
<date >2022-10-24</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-dev "
25
+ # define PHP_PARALLEL_VERSION "1.2.2"
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