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 14)

Currently displaying revision 14, show latest

 
1
-------------------------------------------------------------------
2
Mon Feb  6 13:24:34 UTC 2012 - cs@linux-administrator.com
3
4
- version 3.0.6 
5
- Fixed PECL Bug #16672 (memcache.php doesn't support unix socket)
6
- Fixed PECL Bug #19374 (memcache.php throws Notice: Undefined index: VALUE when viewing expired items)
7
- Fixed PECL Bug #17518 (Strange behavior in increment on non integer and after)
8
- Fixed potential segfault in memcache queue.
9
- Fixed various tests
10
11
-------------------------------------------------------------------
12
Mon Oct  4 09:06:39 UTC 2010 Carsten Schoene cs@linux-administrator.com
13
14
- Fixed PECL bug #16059 (Build error: 'MSG_NOSIGNAL' undeclared)
15
- Added method MemcachePool::findServer(key) which returns the server a key hashes to
16
- Changed MemcachePool::findServer() to return only "hostname:port" since tcp port is significant
17
- Fixed PECL bug #16536 (Weight of 0 causes SegFault on memcache_add_server)
18
- Fixed PECL bug #17566 (3.0.4 cache delete bug)
19
- Fixed PECL Bug #16442 (memcache_set fail with integer value) 
20
21
-------------------------------------------------------------------
22
Wed Jan 14 10:29:00 CET 2009 Carsten Schoene cs@linux-administrator.com
23
24
- version 3.0.3
25
- Enabled compression by default for values larger than 20kb
26
- Scalar data types (int, bool, double) are preserved by get/set
27
- Reserved the lowest 2 bytes of the flags for internal use
28
- Fixed PECL bug #14157 (Segmentation fault with errorcallback handler)
29
- Fixed PECL bug #15342 (memcache keys whitespaces replace issue)
30
- Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops)
31
- Fixed PECL bug #15529 (memcache object loses port information)
32
- Fixed PECL bug #14730 (Types lost during get/set)
33
- Fixed PECL request #14801 (Session handler and large sessions)
34
- Added REPORT_ERRORS to php stream open
35
- New INI directive: memcache.compress_threshold = 20000
36
37
-------------------------------------------------------------------
38
Sat Feb 16 18:41:00 CET 2008 Carsten Schoene cs@linux-administrator.com
39
40
- version 3.0.1
41
- Fixed PECL bug #12866 (Ignore memcache.default_port in memcache_connect)
42
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
43
- Fixed PECL bug #13060 (make problems, due to role="doc" instead of role="src")
44
- Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555)
45
- Added configure option for PEAR installer to disable session handler support
46
- Added package version to phpinfo()
47
48
-------------------------------------------------------------------
49
Mon Nov 26 20:24:29 CET 2007 - crrodriguez@suse.de
50
51
- version 3.0.0
52
- UDP support
53
- Binary protocol support
54
- Non-blocking IO using select()
55
- Pipelined multi-set/delete/increment/decrement
56
- CAS (Compare-And-Swap) support
57
- Append/prepend support
58
- Key and session redundancy (values are written to N mirrors)
59
- Improved error reporting and failover handling
60
- Added class "MemcachePool" implementing the new API
61
- New INI directives
62
 * memcache.protocol = {ascii, binary}
63
 * memcache.redundancy = 1
64
 * memcache.session_redundancy = 2
65
- Changed INI defaults
66
 * memcache.hash_strategy = consistent
67
 * memcache.chunk_size = 32768 
68
69
-------------------------------------------------------------------
70
Mon Nov  5 02:34:46 UTC 2007 - crrodriguez@suse.de
71
72
- version 2.2.1
73
- Added argument to Memcache::get() that receives the flags for retrieved value(s)
74
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
75
- Fixed problem with keys being modified in-place and empty keys
76
- Fixed incompatibility with standard hash strategy in previous versions 
77
78
-------------------------------------------------------------------
79
Fri Sep 21 21:03:27 UTC 2007 - crrodriguez@suse.de
80
81
- update to version 2.2.0 
82
83
-------------------------------------------------------------------
84
Tue Jun 19 02:29:26 UTC 2007 - judas_iscariote@shorewall.net
85
86
- Update to current CVS snapshot, fixing a double efree()
87
- add missing ini file
88
- fix build in some targets 
89
90