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

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