@@ -21,9 +21,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
21
21
22
22
<active >yes</active >
23
23
</lead >
24
- <date >2017-02-07</date >
24
+ <lead >
25
+ <name >Aaron Stone</name >
26
+ <user >sodabrew</user >
27
+
28
+ <active >yes</active >
29
+ </lead >
30
+ <date >2017-02-19</date >
25
31
<version >
26
- <release >3.0.1 </release >
32
+ <release >3.0.3 </release >
27
33
<api >3.0.0</api >
28
34
</version >
29
35
<stability >
@@ -37,11 +43,8 @@ and the oldest actively tested version is 1.0.2. It is highly recommended to use
37
43
libmemcached.
38
44
39
45
Fixes
40
- * Add API entries for flushBuffers() and getAllKeys() (#316)
41
- * Ignore specific errors from memcached_dump for getAllKeys() with newer memcached servers (#315)
42
- * Fix compiling with memcached binary protocol enabled (#312)
43
- * Restore php_libmemcached_compat with workaround for missing memcached_exists (#314)
44
- * Travis CI purge old versions of memcached and libmemcached (#309)
46
+ * Fix crash when checking session data with older versions of libmemcached (#328)
47
+ * Fix crash due to zend_mm_corrupted when fetching session data (#327)
45
48
</notes >
46
49
<contents >
47
50
<dir name =" /" >
68
71
<file role =' src' name =' fastlz/fastlz.c' />
69
72
<file role =' src' name =' fastlz/fastlz.h' />
70
73
<dir name =" tests" >
74
+ <file role =' test' name =' skipif.inc' />
71
75
<file role =' test' name =' 001.phpt' />
72
76
<file role =' test' name =' version.phpt' />
73
77
<file role =' test' name =' bug_16084.phpt' />
@@ -112,6 +116,7 @@ Fixes
112
116
<file role =' test' name =' session_basic.phpt' />
113
117
<file role =' test' name =' session_basic2.phpt' />
114
118
<file role =' test' name =' session_basic3.phpt' />
119
+ <file role =' test' name =' session_persistent.phpt' />
115
120
<file role =' test' name =' set_large.phpt' />
116
121
<file role =' test' name =' setoptions.phpt' />
117
122
<file role =' test' name =' touch_binary.phpt' />
@@ -137,6 +142,7 @@ Fixes
137
142
<file role =' test' name =' setmulti.phpt' />
138
143
<file role =' test' name =' cachecallback.phpt' />
139
144
<file role =' test' name =' incrdecr.phpt' />
145
+ <file role =' test' name =' incrdecr_64.phpt' />
140
146
<file role =' test' name =' incrdecr_initial.phpt' />
141
147
<file role =' test' name =' incrdecr_invalid_key.phpt' />
142
148
<file role =' test' name =' incrdecr_bykey.phpt' />
@@ -149,6 +155,7 @@ Fixes
149
155
<file role =' test' name =' gh_155.phpt' />
150
156
<file role =' test' name =' get_flags.phpt' />
151
157
<file role =' test' name =' session_lock.phpt' />
158
+ <file role =' test' name =' session_lazy_warning.phpt' />
152
159
<file role =' test' name =' session_regenerate.phpt' />
153
160
<file role =' test' name =' stats.phpt' />
154
161
<file role =' test' name =' default_behavior.phpt' />
@@ -182,6 +189,50 @@ Fixes
182
189
<configureoption name =" with-libmemcached-dir" default =" no" prompt =" libmemcached directory" />
183
190
</extsrcrelease >
184
191
<changelog >
192
+ <release >
193
+ <stability >
194
+ <release >stable</release >
195
+ <api >stable</api >
196
+ </stability >
197
+ <version >
198
+ <release >3.0.2</release >
199
+ <api >3.0.0</api >
200
+ </version >
201
+ <date >2016-02-12</date >
202
+ <notes >
203
+ PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
204
+ and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
205
+ libmemcached.
206
+
207
+ Fixes
208
+ * Update warning for touch command in binary protocol mode with libmemcached below 1.0.18 (#322)
209
+ * Add tests for 64-bit increment/decrement/incrementByKey/decrementByKey (#321)
210
+ * Fix tests for 32-bit increment/decrement/incrementByKey/decrementByKey (#319)
211
+ </notes >
212
+ </release >
213
+ <release >
214
+ <stability >
215
+ <release >stable</release >
216
+ <api >stable</api >
217
+ </stability >
218
+ <version >
219
+ <release >3.0.1</release >
220
+ <api >3.0.0</api >
221
+ </version >
222
+ <date >2016-02-07</date >
223
+ <notes >
224
+ PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
225
+ and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
226
+ libmemcached.
227
+
228
+ Fixes
229
+ * Add API entries for flushBuffers() and getAllKeys() (#316)
230
+ * Ignore specific errors from memcached_dump for getAllKeys() with newer memcached servers (#315)
231
+ * Fix compiling with memcached binary protocol enabled (#312)
232
+ * Restore php_libmemcached_compat with workaround for missing memcached_exists (#314)
233
+ * Travis CI purge old versions of memcached and libmemcached (#309)
234
+ </notes >
235
+ </release >
185
236
<release >
186
237
<stability >
187
238
<release >stable</release >
0 commit comments