@@ -15,35 +15,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
15
15
16
16
<active >yes</active >
17
17
</lead >
18
- <date >2011-06-24 </date >
18
+ <date >2012-03-02 </date >
19
19
<version >
20
- <release >2.0.0b2 </release >
21
- <api >2.0.0b2 </api >
20
+ <release >2.0.0 </release >
21
+ <api >2.0.0 </api >
22
22
</version >
23
23
<stability >
24
- <release >beta </release >
25
- <api >beta </api >
24
+ <release >stable </release >
25
+ <api >stable </api >
26
26
</stability >
27
27
<license uri =" http://www.php.net/license" >PHP</license >
28
28
<notes >
29
- - Add OPT_REMOVE_FAILED_SERVERS option.
30
- - Make it work with libmemcached up to 0.49.
31
- - Fix a case where invalid session ID could lock the script.
32
- - Improve session support:
33
- * Add support for libmemcached config string
34
- * Add persistence support via PERSISTENT=persistent_id prefix
35
- of the save_path
36
- - Add 3rd parameter to the __construct() that allows specification
37
- of libmemcached configuration string
38
- - Fix a possible crash in __construct() when using persistent
39
- connections
40
- - Add work-around a bug in libmemcached < 0.50 that causes truncation
41
- of last character of server key prefix
42
- - When using multiple servers implement transparent fail-over
43
- - Fix php_memc_cas_impl() implementation when server_key is not being used
44
- - Add support for incrementByKey() and decrementByKey()
45
- - Make increment/decrement initialize value when it is not available (when
46
- using binary protocol)
29
+ - Add touch() and touchByKey() methods
30
+ - Add resetServerList() and quit() methods
31
+ - Support binary protocol in sessions
32
+ - Make it work with libmemcached up to 1.0.4
33
+ - Test against PHP 5.4.0
47
34
</notes >
48
35
<contents >
49
36
<dir name =" /" >
@@ -83,6 +70,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
83
70
<extsrcrelease />
84
71
<changelog >
85
72
<release >
73
+ <stability ><release >stable</release ><api >stable</api ></stability >
74
+ <version ><release >2.0.0</release ><api >2.0.0</api ></version >
75
+ <date >2012-03-02</date >
76
+ <notes >
77
+ - Add touch() and touchByKey() methods
78
+ - Add resetServerList() and quit() methods
79
+ - Support binary protocol in sessions
80
+ - Make it work with libmemcached up to 1.0.4
81
+ - Test against PHP 5.4.0
82
+ </notes >
83
+ </release >
84
+
85
+ <release >
86
86
<stability ><release >beta</release ><api >beta</api ></stability >
87
87
<version ><release >2.0.0b2</release ><api >2.0.0b2</api ></version >
88
88
<date >2011-06-24</date >
0 commit comments