File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
33
33
34
34
<active >yes</active >
35
35
</lead >
36
- <date >2022-03-24 </date >
36
+ <date >2024-09-26 </date >
37
37
<version >
38
- <release >3.2.1dev </release >
39
- <api >3.2 .0</api >
38
+ <release >3.3.0RC1 </release >
39
+ <api >3.3 .0</api >
40
40
</version >
41
41
<stability >
42
- <release >stable </release >
42
+ <release >beta </release >
43
43
<api >stable</api >
44
44
</stability >
45
45
<license uri =" http://www.php.net/license" >PHP</license >
46
46
<notes >
47
- - mark password as a sensitive param for PHP 8.2
48
- - Fix #523 Incorrect PHP reflection type for Memcached::cas $cas_token
47
+ - Add #515 option to locally enforce payload size limit
48
+ - Add #539 zstd support
49
+ - Add #540 compression_level option
50
+ - Mark password as a sensitive param for PHP 8.2
51
+ - Fix Windows PHP 8 compatibility
52
+ - Fix #518 Windows msgpack support
53
+ - Fix #522 signed integer overflow
54
+ - Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token
55
+ - Fix #546 don't check key automatically, unless client-side verify_key is enabled
56
+ - Fix #555 incompatible pointer types (32-bit)
49
57
</notes >
50
58
<contents >
51
59
<dir name =" /" >
Original file line number Diff line number Diff line change 30
30
# include "config.h"
31
31
#endif
32
32
33
- #define PHP_MEMCACHED_VERSION "3.2.1-dev "
33
+ #define PHP_MEMCACHED_VERSION "3.3.0RC1 "
34
34
35
35
#if defined(PHP_WIN32 ) && defined(MEMCACHED_EXPORTS )
36
36
#define PHP_MEMCACHED_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments