File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
32
32
</stability >
33
33
<license uri =" http://www.php.net/license" >PHP</license >
34
34
<notes >
35
- - Added the OPT_SERVER_TIMEOUT_LIMIT behaviour
35
+ PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
36
+ and the earliest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
37
+ libmemcached.
38
+
39
+ API
40
+ * set/get commands do not take cas or user flags parameters
41
+ * get and getMulti commands take Memcached::GET_EXTENDED flag to retrieve user flags and cas tokens
42
+ * Fixes getStats command to return all stats from all servers
43
+ * Fixes allKeys command behaviour
44
+ * Fixes error where cache callback for get command was not setting expiration time properly
45
+ * Added server type to server list
46
+ * Remove use_sasl ini-variable and initialise sasl as needed
47
+
48
+ Session handler
49
+ * Session lock algorithm updated (new ini-values memcached.sess_lock_wait_min, memcached.sess_lock_wait_max and memcached.sess_lock_retries)
50
+ * Session extension uses PHP allocators (still some work to do on the rest of the extension)
51
+ * Ini-values take effect during session_start or session_regenerate_id
52
+ * Fixes crash with session_regenerate_id (work-around for PHP bug)
53
+
54
+ Tests
55
+ * Fix several broken tests
36
56
</notes >
37
57
<contents >
38
58
<dir name =" /" >
@@ -191,10 +211,8 @@ Session handler
191
211
192
212
Tests
193
213
* Fix several broken tests
194
-
195
214
</notes >
196
215
</release >
197
-
198
216
<release >
199
217
<stability ><release >stable</release ><api >stable</api ></stability >
200
218
<version ><release >2.2.0</release ><api >2.2.0</api ></version >
You can’t perform that action at this time.
0 commit comments