@@ -29,7 +29,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
29
29
</lead >
30
30
<date >2018-12-21</date >
31
31
<version >
32
- <release >3.1.0 </release >
32
+ <release >3.1.1 </release >
33
33
<api >3.0.0</api >
34
34
</version >
35
35
<stability >
@@ -43,30 +43,8 @@ libmemcached 0.x series has been discontinued and the oldest actively tested
43
43
version is 1.0.8. It is highly recommended to use version 1.0.18 of
44
44
libmemcached.
45
45
46
- New
47
- * Support for PHP 7.3 (#385, #390)
48
- * Add INI setting to choose session consistent hash (ketama or ketama_weighted) (#344, #392)
49
- * Add support for libmemcached encryption (#345, #381)
50
- * Add error reporting to session code (#165)
51
- * Expose build configuration via PECL (#383)
52
-
53
46
Fixes
54
- * Fix hanging getStats() when binary protocol and non-blocking are both enabled (#348)
55
- * Fix session persistence by checking memcached behavior values before setting (#379)
56
- * Fix memcached.sess_persistent not working with memcached.sess_binary_protocol = On (#375)
57
- * Configure warns if libmemcached needs sasl.h (#341, #380)
58
- * Resolve various INI deviations in 3.0.3 (#351)
59
- * Turn off sess_binary_protocol by default with older libmemcached (#330)
60
-
61
- Changes
62
- * Impove Windows builds (#411)
63
- * Support Homebrew ZLIB path (#410)
64
- * Remove forgotten unused comment about -lpthread (#406)
65
- * Git ignore configure.ac (#405)
66
- * Replace obsolete macros AC_TRY_FOO with AC_FOO_IFELSE (#403)
67
- * Remove unused defines (#354)
68
- * Change session_lock and sess_prefix default ini values (#340, #350)
69
- * Use new fast_zpp parameter parsing API (#302, #311)
47
+ * Fix --disable-memcached-sasl and --disable-memcached-session replaced by --enable variants (#416)
70
48
</notes >
71
49
<contents >
72
50
<dir name =" /" >
@@ -225,6 +203,48 @@ Changes
225
203
<configureoption name =" enable-memcached-session" prompt =" enable sessions" default =" yes" />
226
204
</extsrcrelease >
227
205
<changelog >
206
+ <release >
207
+ <stability >
208
+ <release >stable</release >
209
+ <api >stable</api >
210
+ </stability >
211
+ <version >
212
+ <release >3.1.0</release >
213
+ <api >3.0.0</api >
214
+ </version >
215
+ <date >2018-12-21</date >
216
+ <notes >
217
+ PHP 7.0 - 7.1 - 7.2 - 7.3 release of memcached extension. Note that support for
218
+ libmemcached 0.x series has been discontinued and the oldest actively tested
219
+ version is 1.0.8. It is highly recommended to use version 1.0.18 of
220
+ libmemcached.
221
+
222
+ New
223
+ * Support for PHP 7.3 (#385, #390)
224
+ * Add INI setting to choose session consistent hash (ketama or ketama_weighted) (#344, #392)
225
+ * Add support for libmemcached encryption (#345, #381)
226
+ * Add error reporting to session code (#165)
227
+ * Expose build configuration via PECL (#383)
228
+
229
+ Fixes
230
+ * Fix hanging getStats() when binary protocol and non-blocking are both enabled (#348)
231
+ * Fix session persistence by checking memcached behavior values before setting (#379)
232
+ * Fix memcached.sess_persistent not working with memcached.sess_binary_protocol = On (#375)
233
+ * Configure warns if libmemcached needs sasl.h (#341, #380)
234
+ * Resolve various INI deviations in 3.0.3 (#351)
235
+ * Turn off sess_binary_protocol by default with older libmemcached (#330)
236
+
237
+ Changes
238
+ * Impove Windows builds (#411)
239
+ * Support Homebrew ZLIB path (#410)
240
+ * Remove forgotten unused comment about -lpthread (#406)
241
+ * Git ignore configure.ac (#405)
242
+ * Replace obsolete macros AC_TRY_FOO with AC_FOO_IFELSE (#403)
243
+ * Remove unused defines (#354)
244
+ * Change session_lock and sess_prefix default ini values (#340, #350)
245
+ * Use new fast_zpp parameter parsing API (#302, #311)
246
+ </notes >
247
+ </release >
228
248
<release >
229
249
<stability >
230
250
<release >stable</release >
0 commit comments