File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22222323 <active >yes</active >
2424 </lead >
25- <date >2024-11-04 </date >
25+ <date >2025-01-29 </date >
2626 <version >
27- <release >1.2.5 </release >
27+ <release >1.2.6 </release >
2828 <api >1.2.0</api >
2929 </version >
3030 <stability >
3333 </stability >
3434 <license uri =" http://www.php.net/license" >PHP License</license >
3535 <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
3940 </notes >
4041 <contents >
4142 <dir name =" /" >
281282 </stability >
282283 <license uri =" http://www.php.net/license" >PHP License</license >
283284 <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 >
284302- Namespace PHP_METHODs to avoid collisions with ext-event #321
285303 </notes >
286304 </release >
Original file line number Diff line number Diff line change 2222extern zend_module_entry parallel_module_entry ;
2323# define phpext_parallel_ptr ¶llel_module_entry
2424
25- # define PHP_PARALLEL_VERSION "1.3.0-dev "
25+ # define PHP_PARALLEL_VERSION "1.2.6 "
2626
2727# if !defined(ZTS )
2828# error Only ZTS build are supported
You can’t perform that action at this time.
0 commit comments