File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ Version *******
5
5
* Add OPT_REMOVE_FAILED_SERVERS option.
6
6
* Make it work with libmemcached up to 0.49.
7
7
* Fix a case where invalid session ID could lock the script.
8
+ * Session Support
9
+ - Added support for libmemcached config string
10
+ - Added persistence support via PERSISTENT=persistent_id prefix
11
+ of the save_path
12
+ - Optimized code by removing unnecessary allocation
13
+ * Added 3rd parameter to the __construct() that allows specification
14
+ of libmemcached configuration string
15
+ * Fixed a possible crash in __construct() when using persistent
16
+ connections
17
+ * Added work-around a bug in libmemcached < 0.5 that causes truncation
18
+ of last character of server key prefix
19
+ * When using multiple servers implement transparent fail-over
20
+ * Fixed php_memc_cas_impl() implementation when server_key is not being used
21
+ * Optimize set* operations for scalar values
22
+ * Added support for incrementByKey() and decrementByKey()
23
+ * When using binary protocol allow increment/decrement to initialize value
24
+ when it is not available.
8
25
9
26
Version 2.0.0b1
10
27
---------------
You can’t perform that action at this time.
0 commit comments