Logoj0ke.net Open Build Service > Projects > internetx:php5:extensions > php5-pecl-memcache > Changes
Sign Up | Log In

Changes of Revision 4

[-] Added php5-pecl-memcache.changes
x
 
1
@@ -0,0 +1,42 @@
2
+-------------------------------------------------------------------
3
+Mon Nov 26 20:24:29 CET 2007 - crrodriguez@suse.de
4
+
5
+- version 3.0.0
6
+- UDP support
7
+- Binary protocol support
8
+- Non-blocking IO using select()
9
+- Pipelined multi-set/delete/increment/decrement
10
+- CAS (Compare-And-Swap) support
11
+- Append/prepend support
12
+- Key and session redundancy (values are written to N mirrors)
13
+- Improved error reporting and failover handling
14
+- Added class "MemcachePool" implementing the new API
15
+- New INI directives
16
+ * memcache.protocol = {ascii, binary}
17
+ * memcache.redundancy = 1
18
+ * memcache.session_redundancy = 2
19
+- Changed INI defaults
20
+ * memcache.hash_strategy = consistent
21
+ * memcache.chunk_size = 32768 
22
+
23
+-------------------------------------------------------------------
24
+Mon Nov  5 02:34:46 UTC 2007 - crrodriguez@suse.de
25
+
26
+- version 2.2.1
27
+- Added argument to Memcache::get() that receives the flags for retrieved value(s)
28
+- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
29
+- Fixed problem with keys being modified in-place and empty keys
30
+- Fixed incompatibility with standard hash strategy in previous versions 
31
+
32
+-------------------------------------------------------------------
33
+Fri Sep 21 21:03:27 UTC 2007 - crrodriguez@suse.de
34
+
35
+- update to version 2.2.0 
36
+
37
+-------------------------------------------------------------------
38
+Tue Jun 19 02:29:26 UTC 2007 - judas_iscariote@shorewall.net
39
+
40
+- Update to current CVS snapshot, fixing a double efree()
41
+- add missing ini file
42
+- fix build in some targets 
43
+
44