Skip to content

Commit

Permalink
draft 1.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Aug 23, 2024
1 parent 77f354b commit d12a908
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
29 changes: 22 additions & 7 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-07-22</date>
<date>2024-08-23</date>
<version>
<release>1.2.3</release>
<release>1.2.4</release>
<api>1.2.0</api>
</version>
<stability>
Expand All @@ -33,10 +33,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- CI: fix Windows tests #304
- CI: updated to PHP 8.3.9 #305
- FrankenPHP support: unlock mutex in case of `zend_bailout` #314
- Make `request_info` from SAPI globals accessible in threads #307
- Namespace PHP_METHODs to avoid collisions with ext-event #321
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -270,8 +267,26 @@
<providesextension>parallel</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2024-07-22</date>
<version>
<release>1.2.3</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>
- CI: fix Windows tests #304
- CI: updated to PHP 8.3.9 #305
- FrankenPHP support: unlock mutex in case of `zend_bailout` #314
- Make `request_info` from SAPI globals accessible in threads #307
</notes>
</release>
<release>
<date>2022-06-19</date>
<date>2024-06-19</date>
<version>
<release>1.2.2</release>
<api>1.2.0</api>
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.2.3"
# define PHP_PARALLEL_VERSION "1.2.4"

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

0 comments on commit d12a908

Please # to comment.