File tree 2 files changed +24
-6
lines changed
2 files changed +24
-6
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-11-04 </date >
25
+ <date >2025-01-29 </date >
26
26
<version >
27
- <release >1.2.5 </release >
27
+ <release >1.2.6 </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 memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc
37
- - fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc
38
- - fix double runs in CI
36
+ - fix/update Windows CI #330
37
+ - upgrade docker images and add PHP 8.4 containers #331
38
+ - support in-tree build #334
39
+ - support building via pie #335, #336
39
40
</notes >
40
41
<contents >
41
42
<dir name =" /" >
281
282
</stability >
282
283
<license uri =" http://www.php.net/license" >PHP License</license >
283
284
<notes >
285
+ - fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc
286
+ - fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc
287
+ - fix double runs in CI
288
+ </notes >
289
+ </release >
290
+ <release >
291
+ <date >2024-08-23</date >
292
+ <version >
293
+ <release >1.2.4</release >
294
+ <api >1.2.0</api >
295
+ </version >
296
+ <stability >
297
+ <release >stable</release >
298
+ <api >stable</api >
299
+ </stability >
300
+ <license uri =" http://www.php.net/license" >PHP License</license >
301
+ <notes >
284
302
- Namespace PHP_METHODs to avoid collisions with ext-event #321
285
303
</notes >
286
304
</release >
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.3.0-dev "
25
+ # define PHP_PARALLEL_VERSION "1.2.6 "
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