Skip to content

Commit 938f6bc

Browse files
committed
Update right place in package.xml
1 parent a93ff86 commit 938f6bc

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

package.xml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
3232
</stability>
3333
<license uri="http://www.php.net/license">PHP</license>
3434
<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
3656
</notes>
3757
<contents>
3858
<dir name="/">
@@ -191,10 +211,8 @@ Session handler
191211

192212
Tests
193213
* Fix several broken tests
194-
195214
</notes>
196215
</release>
197-
198216
<release>
199217
<stability><release>stable</release><api>stable</api></stability>
200218
<version><release>2.2.0</release><api>2.2.0</api></version>

0 commit comments

Comments
 (0)