File php5-pecl-memcache.changes of Package php5-pecl-memcache (Revision 11)
Currently displaying revision 11, show latest
1
-------------------------------------------------------------------
2
Wed Jan 14 10:29:00 CET 2009 Carsten Schoene cs@linux-administrator.com
3
4
- version 3.0.3
5
- Enabled compression by default for values larger than 20kb
6
- Scalar data types (int, bool, double) are preserved by get/set
7
- Reserved the lowest 2 bytes of the flags for internal use
8
- Fixed PECL bug #14157 (Segmentation fault with errorcallback handler)
9
- Fixed PECL bug #15342 (memcache keys whitespaces replace issue)
10
- Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops)
11
- Fixed PECL bug #15529 (memcache object loses port information)
12
- Fixed PECL bug #14730 (Types lost during get/set)
13
- Fixed PECL request #14801 (Session handler and large sessions)
14
- Added REPORT_ERRORS to php stream open
15
- New INI directive: memcache.compress_threshold = 20000
16
17
-------------------------------------------------------------------
18
Sat Feb 16 18:41:00 CET 2008 Carsten Schoene cs@linux-administrator.com
19
20
- version 3.0.1
21
- Fixed PECL bug #12866 (Ignore memcache.default_port in memcache_connect)
22
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
23
- Fixed PECL bug #13060 (make problems, due to role="doc" instead of role="src")
24
- Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555)
25
- Added configure option for PEAR installer to disable session handler support
26
- Added package version to phpinfo()
27
28
-------------------------------------------------------------------
29
Mon Nov 26 20:24:29 CET 2007 - crrodriguez@suse.de
30
31
- version 3.0.0
32
- UDP support
33
- Binary protocol support
34
- Non-blocking IO using select()
35
- Pipelined multi-set/delete/increment/decrement
36
- CAS (Compare-And-Swap) support
37
- Append/prepend support
38
- Key and session redundancy (values are written to N mirrors)
39
- Improved error reporting and failover handling
40
- Added class "MemcachePool" implementing the new API
41
- New INI directives
42
* memcache.protocol = {ascii, binary}
43
* memcache.redundancy = 1
44
* memcache.session_redundancy = 2
45
- Changed INI defaults
46
* memcache.hash_strategy = consistent
47
* memcache.chunk_size = 32768
48
49
-------------------------------------------------------------------
50
Mon Nov 5 02:34:46 UTC 2007 - crrodriguez@suse.de
51
52
- version 2.2.1
53
- Added argument to Memcache::get() that receives the flags for retrieved value(s)
54
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
55
- Fixed problem with keys being modified in-place and empty keys
56
- Fixed incompatibility with standard hash strategy in previous versions
57
58
-------------------------------------------------------------------
59
Fri Sep 21 21:03:27 UTC 2007 - crrodriguez@suse.de
60
61
- update to version 2.2.0
62
63
-------------------------------------------------------------------
64
Tue Jun 19 02:29:26 UTC 2007 - judas_iscariote@shorewall.net
65
66
- Update to current CVS snapshot, fixing a double efree()
67
- add missing ini file
68
- fix build in some targets
69
70