1
1
memcached extension changelog
2
2
3
- Version 2.2.0b1
4
- ---------------
3
+ Version 2.2.0 (2014-04-01)
4
+ --------------------------
5
+ * Added the OPT_SERVER_TIMEOUT_LIMIT behaviour
6
+
7
+ Version 2.2.0RC1 (2014-03-12)
8
+ -----------------------------
9
+ * Added the OPT_SERVER_TIMEOUT_LIMIT behaviour
10
+ * Fixes incorrect size when compressing serialized objects
11
+ * Fixes endianess of compressed values
12
+
13
+ Version 2.2.0b1 (2013-10-28)
14
+ ----------------------------
5
15
* Reinstate support for libememcached 0.x series
6
16
* Added SASL support to session handler
7
17
* Added Memcached::flushBuffers as per GH #78
@@ -20,28 +30,28 @@ Version 2.2.0b1
20
30
* Added Memcached::setBucket for virtual bucket support
21
31
* Added support for msgpack serialization
22
32
* Memcached::setSaslAuthData returns correct status on success
23
- * Added support for user-defined flags in set and get operations
33
+ * Added support for user-defined flags in set and get operations
24
34
25
- Version 2.1.0
26
- -------------
35
+ Version 2.1.0 (2012-08-06)
36
+ --------------------------
27
37
* Drop support for libmemcached 0.x series, now 1.0.x is required
28
38
* Add support for virtual bucket distribution
29
39
* Fix compilation against PHP 5.2
30
40
31
- Version 2.0.1
32
- -------------
41
+ Version 2.0.1 (2012-03-03)
42
+ --------------------------
33
43
* Fix embedded version number to be not -dev
34
44
35
- Version 2.0.0
36
- -------------
45
+ Version 2.0.0 (2012-03-02)
46
+ --------------------------
37
47
* Add touch() and touchByKey() methods
38
48
* Add resetServerList() and quit() methods
39
49
* Support binary protocol in sessions
40
50
* Make it work with libmemcached up to 1.0.4
41
51
* Test against PHP 5.4.0
42
52
43
- Version 2.0.0b2
44
- ---------------
53
+ Version 2.0.0b2 (2011-06-24)
54
+ ----------------------------
45
55
* Add OPT_REMOVE_FAILED_SERVERS option.
46
56
* Make it work with libmemcached up to 0.49.
47
57
* Fix a case where invalid session ID could lock the script.
@@ -61,8 +71,8 @@ Version 2.0.0b2
61
71
* Make increment/decrement initialize value when it is not available (when
62
72
using binary protocol)
63
73
64
- Version 2.0.0b1
65
- ---------------
74
+ Version 2.0.0b1 (2011-03-12)
75
+ ----------------------------
66
76
* Add fastlz library that provides better/faster payload compression
67
77
* Add configure switch to enable/disable JSON serialization support
68
78
* Add getAllKeys() method
@@ -84,23 +94,27 @@ Version 2.0.0b1
84
94
* Add 'on_new' callback to constructor
85
95
* Add SASL support
86
96
87
- Version 1.0.1
88
- -------------
97
+ Version 1.0.2 (2010-05-03)
98
+ --------------------------
99
+ * Fix build for libmemcached-0.39 (memcached_server_list() issue)
100
+
101
+ Version 1.0.1 (2010-03-11)
102
+ --------------------------
89
103
* Fix JSON API handling to account for PHP 5.2/5.3 version differences.
90
104
* Add memcached.sess_locking, memcached.sess_lock_wait, and
91
105
memcached.sess_prefix INI entries.
92
106
* Add OPT_AUTO_EJECT_HOSTS option.
93
107
94
- Version 1.0.0
95
- -------------
108
+ Version 1.0.0 (2009-07-04)
109
+ --------------------------
96
110
* First stable release.
97
111
* Add getResultMessage() method.
98
112
* Fix OPT_RECV_TIMEOUT definition.
99
113
* Initialize Session lock wait to max execution time (if max execution
100
114
time is unlimited, default to 30 seconds).
101
115
102
- Version 0.2.0
103
- -------------
116
+ Version 0.2.0 (2009-06-04)
117
+ --------------------------
104
118
* Add JSON serializer support, requires PHP 5.2.10+.
105
119
* Add HAVE_JSON and HAVE_IGBINARY class constants that indicate
106
120
whether the respective serializers are available.
@@ -114,25 +128,25 @@ Version 0.2.0
114
128
the cache when upgrading to this version.
115
129
* Add several tests.
116
130
117
- Version 0.1.5
118
- -------------
131
+ Version 0.1.5 (2009-03-31)
132
+ --------------------------
119
133
* Implement getVersion().
120
134
* Add support for preserving boolean value types.
121
135
* Fix crash when child class does not call constructor.
122
136
* Fix bug #16084 (Crash when addServers is called with an associative array).
123
137
* ZTS compilation fixes.
124
138
125
- Version 0.1.4
126
- -------------
139
+ Version 0.1.4 (2009-02-13)
140
+ --------------------------
127
141
* Fix compilation against PHP 5.3.
128
142
* Add support for 'igbinary' serializer (Oleg Grenrus)
129
143
130
- Version 0.1.3
131
- -------------
144
+ Version 0.1.3 (2009-02-06)
145
+ --------------------------
132
146
* Bludgeon bug #15896 (Memcached setMulti error) into submission.
133
147
134
- Version 0.1.2
135
- -------------
148
+ Version 0.1.2 (2009-02-06)
149
+ --------------------------
136
150
* Fix bug #15896 (Memcached setMulti error).
137
151
* Check for empty key in getServerByKey().
138
152
* Allow passing 'null' for callbacks.
@@ -141,12 +155,12 @@ Version 0.1.2
141
155
* Allow only strings as the append/prepend value.
142
156
* Remove expiration parameter from append/prepend.
143
157
144
- Version 0.1.1
145
- -------------
158
+ Version 0.1.1 (2009-02-02)
159
+ --------------------------
146
160
* Add OPT_LIBKETAMA_COMPATIBLE option.
147
161
* Implement addServers() method.
148
162
* Swap internal compressed and serialized flags to be compatible with other clients.
149
163
150
- Version 0.1.0
151
- -------------
164
+ Version 0.1.0 (2009-01-29)
165
+ --------------------------
152
166
* Initial release
0 commit comments