@@ -15,39 +15,35 @@ http://pear.php.net/dtd/package-2.0.xsd">
15
15
16
16
<active >yes</active >
17
17
</lead >
18
- <date >2011-03-12 </date >
18
+ <date >2011-06-24 </date >
19
19
<version >
20
- <release >2.0.0b1 </release >
21
- <api >2.0.0b1 </api >
20
+ <release >2.0.0b2 </release >
21
+ <api >2.0.0b2 </api >
22
22
</version >
23
23
<stability >
24
24
<release >beta</release >
25
25
<api >beta</api >
26
26
</stability >
27
27
<license uri =" http://www.php.net/license" >PHP</license >
28
28
<notes >
29
- - Change the return value for non-existing keys to be NULL rather than
30
- 'false', affects simple get only
31
- - Add fastlz library that provides better/faster payload compression
32
- - Add configure switch to enable/disable JSON serialization support
33
- - Add getAllKeys() method
34
- - Add deleteMulti() and deleteMultiByKey() methods
35
- - Add isPristine() and isPersistent() methods
36
- - Add setOptions() method to set multiple options at once
37
- - Add SERIALIZER_JSON_ARRAY type that decodes JSON payloads as arrays
38
- instead of objects
39
- - Add support for Unix domain socket connections
40
- - Add memcached.compression_threshold INI setting
41
- - Add memcached.compression_factor INI setting
42
- - Add memcached.compression_type INI setting
43
- - Implement a few speed optimizations
44
- - Many bug fixes and memory leaks plugged
45
- - Add several more tests
46
- - Add constants for libmemcached 0.37+:
47
- * Memcached::OPT_NUMBER_OF_REPLICAS
48
- * Memcached::OPT_RANDOMIZE_REPLICA_READ
49
- - Add 'on_new' callback to constructor
50
- - Add SASL support
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)
51
47
</notes >
52
48
<contents >
53
49
<dir name =" /" >
@@ -87,6 +83,32 @@ http://pear.php.net/dtd/package-2.0.xsd">
87
83
<extsrcrelease />
88
84
<changelog >
89
85
<release >
86
+ <stability ><release >beta</release ><api >beta</api ></stability >
87
+ <version ><release >2.0.0b2</release ><api >2.0.0b2</api ></version >
88
+ <date >2011-06-24</date >
89
+ <notes >
90
+ - Add OPT_REMOVE_FAILED_SERVERS option.
91
+ - Make it work with libmemcached up to 0.49.
92
+ - Fix a case where invalid session ID could lock the script.
93
+ - Improve session support:
94
+ * Add support for libmemcached config string
95
+ * Add persistence support via PERSISTENT=persistent_id prefix
96
+ of the save_path
97
+ - Add 3rd parameter to the __construct() that allows specification
98
+ of libmemcached configuration string
99
+ - Fix a possible crash in __construct() when using persistent
100
+ connections
101
+ - Add work-around a bug in libmemcached < 0.50 that causes truncation
102
+ of last character of server key prefix
103
+ - When using multiple servers implement transparent fail-over
104
+ - Fix php_memc_cas_impl() implementation when server_key is not being used
105
+ - Add support for incrementByKey() and decrementByKey()
106
+ - Make increment/decrement initialize value when it is not available (when
107
+ using binary protocol)
108
+ </notes >
109
+ </release >
110
+
111
+ <release >
90
112
<stability ><release >beta</release ><api >beta</api ></stability >
91
113
<version ><release >2.0.0b1</release ><api >2.0.0b1</api ></version >
92
114
<date >2011-03-12</date >
0 commit comments