Skip to content

Commit c8f8027

Browse files
prepare release
1 parent 42a3cc8 commit c8f8027

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

package.xml

+23-5
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-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>
@@ -33,9 +33,10 @@
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="/">
@@ -281,6 +282,23 @@
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>

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.3.0-dev"
25+
# define PHP_PARALLEL_VERSION "1.2.6"
2626

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

0 commit comments

Comments
 (0)