Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Jan 29, 2025
1 parent 42a3cc8 commit c8f8027
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<email>flo@dotbox.org</email>
<active>yes</active>
</lead>
<date>2024-11-04</date>
<date>2025-01-29</date>
<version>
<release>1.2.5</release>
<release>1.2.6</release>
<api>1.2.0</api>
</version>
<stability>
Expand All @@ -33,9 +33,10 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc
- fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc
- fix double runs in CI
- fix/update Windows CI #330
- upgrade docker images and add PHP 8.4 containers #331
- support in-tree build #334
- support building via pie #335, #336
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -281,6 +282,23 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc
- fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc
- fix double runs in CI
</notes>
</release>
<release>
<date>2024-08-23</date>
<version>
<release>1.2.4</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Namespace PHP_METHODs to avoid collisions with ext-event #321
</notes>
</release>
Expand Down
2 changes: 1 addition & 1 deletion php_parallel.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
extern zend_module_entry parallel_module_entry;
# define phpext_parallel_ptr &parallel_module_entry

# define PHP_PARALLEL_VERSION "1.3.0-dev"
# define PHP_PARALLEL_VERSION "1.2.6"

# if !defined(ZTS)
# error Only ZTS build are supported
Expand Down

0 comments on commit c8f8027

Please # to comment.