We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3079ae commit a555e38Copy full SHA for a555e38
ChangeLog
@@ -20,6 +20,7 @@ Version 2.2.0b1
20
* Added Memcached::setBucket for virtual bucket support
21
* Added support for msgpack serialization
22
* Memcached::setSaslAuthData returns correct status on success
23
+ * Added support for user-defined flags in set and get operations
24
25
Version 2.1.0
26
-------------
package.xml
@@ -50,6 +50,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
50
- Added Memcached::setBucket for virtual bucket support
51
- Added support for msgpack serialization
52
- Memcached::setSaslAuthData returns correct status on success
53
+- Added support for user-defined flags in set and get operations
54
</notes>
55
<contents>
56
<dir name="/">
0 commit comments