-
-
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
42a3cc8
commit c8f8027
Showing
2 changed files
with
24 additions
and
6 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-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> | ||
|
@@ -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="/"> | ||
|
@@ -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> | ||
|
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