Skip to content

Commit

Permalink
release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Oct 17, 2024
1 parent 9243f1f commit b0b8269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-10-04</date>
<date>2024-10-17</date>
<version>
<release>3.3.0RC1</release>
<release>3.3.0</release>
<api>3.3.0</api>
</version>
<stability>
<release>beta</release>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
Expand All @@ -54,6 +54,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Add #539 zstd support
- Add #540 compression_level option
- Mark password as a sensitive param for PHP 8.2
- Upgrade Windows libmemcached to v1.1.4
- Fix Windows PHP 8 compatibility
- Fix #518 Windows msgpack support
- Fix #522 signed integer overflow
Expand Down
2 changes: 1 addition & 1 deletion php_memcached.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# include "config.h"
#endif

#define PHP_MEMCACHED_VERSION "3.3.0RC1"
#define PHP_MEMCACHED_VERSION "3.3.0"

#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
#define PHP_MEMCACHED_API __declspec(dllexport)
Expand Down

0 comments on commit b0b8269

Please sign in to comment.