Skip to content

Commit b0b8269

Browse files
committed
release v3.3.0
1 parent 9243f1f commit b0b8269

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
3939
<email>[email protected]</email>
4040
<active>yes</active>
4141
</lead>
42-
<date>2024-10-04</date>
42+
<date>2024-10-17</date>
4343
<version>
44-
<release>3.3.0RC1</release>
44+
<release>3.3.0</release>
4545
<api>3.3.0</api>
4646
</version>
4747
<stability>
48-
<release>beta</release>
48+
<release>stable</release>
4949
<api>stable</api>
5050
</stability>
5151
<license uri="http://www.php.net/license">PHP</license>
@@ -54,6 +54,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
5454
- Add #539 zstd support
5555
- Add #540 compression_level option
5656
- Mark password as a sensitive param for PHP 8.2
57+
- Upgrade Windows libmemcached to v1.1.4
5758
- Fix Windows PHP 8 compatibility
5859
- Fix #518 Windows msgpack support
5960
- Fix #522 signed integer overflow

php_memcached.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# include "config.h"
3131
#endif
3232

33-
#define PHP_MEMCACHED_VERSION "3.3.0RC1"
33+
#define PHP_MEMCACHED_VERSION "3.3.0"
3434

3535
#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
3636
#define PHP_MEMCACHED_API __declspec(dllexport)

0 commit comments

Comments
 (0)