-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
Showing
2 changed files
with
25 additions
and
11 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 |
---|---|---|
|
@@ -10,20 +10,19 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2022-05-16</date> | ||
<time>10:00:00</time> | ||
<date>2024-06-25</date> | ||
<time>11:40:00</time> | ||
<version> | ||
<release>2.3.2</release> | ||
<api>2.3.2</api> | ||
<release>2.3.3</release> | ||
<api>2.3.3</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP</license> | ||
<notes> | ||
- Fix segfault due to zend_empty_array usage | ||
- Added third (options*) parameters for Yar_Concurrent_call | ||
- Fixed build with PHP8.3 | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -145,18 +144,18 @@ | |
</extsrcrelease> | ||
<changelog> | ||
<release> | ||
<date>2022-05-06</date> | ||
<date>2024-06-25</date> | ||
<version> | ||
<release>2.3.1</release> | ||
<api>2.3.1</api> | ||
<release>2.3.3</release> | ||
<api>2.3.3</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">php license</license> | ||
<notes> | ||
- Fix #172 provider/token may be not nul terminated | ||
- Fixed build with PHP8.3 | ||
</notes> | ||
</release> | ||
|
||
|
@@ -176,6 +175,21 @@ | |
- Added third (options*) parameters for Yar_Concurrent_call | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2022-05-06</date> | ||
<version> | ||
<release>2.3.1</release> | ||
<api>2.3.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">php license</license> | ||
<notes> | ||
- Fix #172 provider/token may be not nul terminated | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2022-04-24</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