File php5-pecl-memcache.changes of Package php5-pecl-memcache (Revision 7)
Currently displaying revision 7, show latest
1
-------------------------------------------------------------------
2
Sat Feb 16 18:41:00 CET 2008 Carsten Schoene cs@linux-administrator.com
3
4
- version 3.0.1
5
- Fixed PECL bug #12866 (Ignore memcache.default_port in memcache_connect)
6
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
7
- Fixed PECL bug #13060 (make problems, due to role="doc" instead of role="src")
8
- Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555)
9
- Added configure option for PEAR installer to disable session handler support
10
- Added package version to phpinfo()
11
12
-------------------------------------------------------------------
13
Mon Nov 26 20:24:29 CET 2007 - crrodriguez@suse.de
14
15
- version 3.0.0
16
- UDP support
17
- Binary protocol support
18
- Non-blocking IO using select()
19
- Pipelined multi-set/delete/increment/decrement
20
- CAS (Compare-And-Swap) support
21
- Append/prepend support
22
- Key and session redundancy (values are written to N mirrors)
23
- Improved error reporting and failover handling
24
- Added class "MemcachePool" implementing the new API
25
- New INI directives
26
* memcache.protocol = {ascii, binary}
27
* memcache.redundancy = 1
28
* memcache.session_redundancy = 2
29
- Changed INI defaults
30
* memcache.hash_strategy = consistent
31
* memcache.chunk_size = 32768
32
33
-------------------------------------------------------------------
34
Mon Nov 5 02:34:46 UTC 2007 - crrodriguez@suse.de
35
36
- version 2.2.1
37
- Added argument to Memcache::get() that receives the flags for retrieved value(s)
38
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
39
- Fixed problem with keys being modified in-place and empty keys
40
- Fixed incompatibility with standard hash strategy in previous versions
41
42
-------------------------------------------------------------------
43
Fri Sep 21 21:03:27 UTC 2007 - crrodriguez@suse.de
44
45
- update to version 2.2.0
46
47
-------------------------------------------------------------------
48
Tue Jun 19 02:29:26 UTC 2007 - judas_iscariote@shorewall.net
49
50
- Update to current CVS snapshot, fixing a double efree()
51
- add missing ini file
52
- fix build in some targets
53
54