Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Jun 17, 2024
1 parent 01c824c commit 606fd54
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2022-10-29</date>
<date>2024-06-16</date>
<version>
<release>1.2.1</release>
<release>1.2.2</release>
<api>1.2.0</api>
</version>
<stability>
Expand All @@ -33,10 +33,10 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix segfault when constructing sync objects
- Fix heap buffer overflows when copying functions
- Drop disabling functions (dl, setlocale) by force and adopt PG(enable_dl) mechanism for that most important use case
- Fix some leaks in scheduler
- CI: move docker images from Docker Hub to GHCR
- fix compilation issues with PHP 8.2 and 8.3 on 32 bit hardware
- fix compilation issues with PHP 8.4 (current master)
- fix Sync object debug handlers in PHP 8.3
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -270,6 +270,24 @@
<providesextension>parallel</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2022-10-29</date>
<version>
<release>1.2.1</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>
- Fix segfault when constructing sync objects
- Fix heap buffer overflows when copying functions
- Drop disabling functions (dl, setlocale) by force and adopt PG(enable_dl) mechanism for that most important use case
- Fix some leaks in scheduler
</notes>
</release>
<release>
<date>2022-10-24</date>
<version>
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.2-dev"
# define PHP_PARALLEL_VERSION "1.2.2"

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

0 comments on commit 606fd54

Please sign in to comment.