-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a9a24f
commit 6af26e1
Showing
2 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2024-06-19</date> | ||
<date>2024-07-22</date> | ||
<version> | ||
<release>1.2.2</release> | ||
<release>1.2.3</release> | ||
<api>1.2.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -33,10 +33,10 @@ | |
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
- 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 | ||
- 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> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -270,6 +270,24 @@ | |
<providesextension>parallel</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<date>2022-06-19</date> | ||
<version> | ||
<release>1.2.2</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: 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> | ||
</release> | ||
<release> | ||
<date>2022-10-29</date> | ||
<version> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters