@@ -15,22 +15,28 @@ http://pear.php.net/dtd/package-2.0.xsd">
15
15
16
16
<active >yes</active >
17
17
</lead >
18
- <date >2009-03-31 </date >
18
+ <date >2009-06-04 </date >
19
19
<version >
20
- <release >0.1.5 </release >
21
- <api >0.1.5 </api >
20
+ <release >0.2.0 </release >
21
+ <api >0.2.0 </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
- - Implement getVersion().
30
- - Add support for preserving boolean value types.
31
- - Fix crash when child class does not call constructor.
32
- - Fix bug #16084 (Crash when addServers is called with an associative array).
33
- - ZTS compilation fixes.
29
+ - Refactor the way payload types are stored in memcached flags to optimize the structure
30
+ and allow for future expansion. WARNING! You have to flush the cache when upgrading from
31
+ an older version.
32
+ - Add JSON serializer support, requires PHP 5.2.10+.
33
+ - Add HAVE_JSON and HAVE_IGBINARY class constants that indicate whether the respective
34
+ serializers are available.
35
+ - Add 'flags' parameter to getMulti() and getMultiByKey().
36
+ - Add GET_PRESERVE_ORDER class constant that can be used with abovementioned flags
37
+ parameter to make the order of the keys in the response match the request.
38
+ - Fix an issue with retrieving 0-length payloads (FALSE boolean value).
39
+ - Add several tests.
34
40
</notes >
35
41
<contents >
36
42
<dir name =" /" >
@@ -61,6 +67,25 @@ http://pear.php.net/dtd/package-2.0.xsd">
61
67
<providesextension >memcached</providesextension >
62
68
<extsrcrelease />
63
69
<changelog >
70
+ <release >
71
+ <stability ><release >beta</release ><api >beta</api ></stability >
72
+ <version ><release >0.2.0</release ><api >0.2.0</api ></version >
73
+ <date >2009-06-04</date >
74
+ <notes >
75
+ - Refactor the way payload types are stored in memcached flags to optimize the structure
76
+ and allow for future expansion. WARNING! You have to flush the cache when upgrading from
77
+ an older version.
78
+ - Add JSON serializer support, requires PHP 5.2.10+.
79
+ - Add HAVE_JSON and HAVE_IGBINARY class constants that indicate whether the respective
80
+ serializers are available.
81
+ - Add 'flags' parameter to getMulti() and getMultiByKey().
82
+ - Add GET_PRESERVE_ORDER class constant that can be used with abovementioned flags
83
+ parameter to make the order of the keys in the response match the request.
84
+ - Fix an issue with retrieving 0-length payloads (FALSE boolean value).
85
+ - Add several tests.
86
+ </notes >
87
+ </release >
88
+
64
89
<release >
65
90
<stability ><release >beta</release ><api >beta</api ></stability >
66
91
<version ><release >0.1.5</release ><api >0.1.5</api ></version >
0 commit comments