Skip to content

Commit

Permalink
prepare 3.0.0RC1
Browse files Browse the repository at this point in the history
* Add support for PHP-8.1 Enums
  * merges #173
  * fixes #171
* Add support for APCu
  * merges #162, #93
* Add OPT_ASSOC for roundtrip serialization of map.
  * merges #58
  • Loading branch information
m6w6 committed Aug 23, 2024
1 parent cd39ee3 commit b3ed0d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-08-30</date>
<date>2024-08-23</date>
<version>
<release>3.0.0</release>
<release>3.0.0RC1</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<release>beta</release>
<api>stable</api>
</stability>
<license filesource="LICENSE">3-Clause-BSD</license>
Expand All @@ -38,6 +38,8 @@
* fixes #171
* Add support for APCu
* merges #162, #93
* Add OPT_ASSOC for roundtrip serialization of map.
* merges #58
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_msgpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "Zend/zend_smart_str.h" /* for smart_string */

#define PHP_MSGPACK_VERSION "3.0.0"
#define PHP_MSGPACK_VERSION "3.0.0RC1"

extern zend_module_entry msgpack_module_entry;
#define phpext_msgpack_ptr &msgpack_module_entry
Expand Down

0 comments on commit b3ed0d7

Please sign in to comment.