Skip to content

Commit

Permalink
release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 25, 2024
1 parent 44c7b5a commit 37a8011
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
34 changes: 24 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@
<email>laruence@php.net</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="/">
Expand Down Expand Up @@ -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>

Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion php_yar.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extern zend_module_entry yar_module_entry;
#include "TSRM.h"
#endif

#define PHP_YAR_VERSION "2.3.3-dev"
#define PHP_YAR_VERSION "2.3.3"

PHP_MINIT_FUNCTION(yar);
PHP_MSHUTDOWN_FUNCTION(yar);
Expand Down

0 comments on commit 37a8011

Please sign in to comment.