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

File php5-pecl-memcache.changes of Package php5-pecl-memcache (Revision 4)

Currently displaying revision 4, show latest

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