File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 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">
39394040 <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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments