File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
39
39
40
40
<active >yes</active >
41
41
</lead >
42
- <date >2024-10-04 </date >
42
+ <date >2024-10-17 </date >
43
43
<version >
44
- <release >3.3.0RC1 </release >
44
+ <release >3.3.0 </release >
45
45
<api >3.3.0</api >
46
46
</version >
47
47
<stability >
48
- <release >beta </release >
48
+ <release >stable </release >
49
49
<api >stable</api >
50
50
</stability >
51
51
<license uri =" http://www.php.net/license" >PHP</license >
@@ -54,6 +54,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
54
54
- Add #539 zstd support
55
55
- Add #540 compression_level option
56
56
- Mark password as a sensitive param for PHP 8.2
57
+ - Upgrade Windows libmemcached to v1.1.4
57
58
- Fix Windows PHP 8 compatibility
58
59
- Fix #518 Windows msgpack support
59
60
- Fix #522 signed integer overflow
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.3.0RC1 "
33
+ #define PHP_MEMCACHED_VERSION "3.3.0 "
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