Commit Graph

89 Commits

Author SHA1 Message Date
borales
6d19a150d4 Replacing spaces with tabs, removing dots
[ci skip]
2013-03-06 20:59:38 +02:00
borales
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02:00
borales
07975cad64 Fixing spaces
[ci skip]
2013-03-06 01:06:46 +02:00
borales
a7af2c5371 Fixing some typos, PHPDocs
[ci skip]
2013-03-06 00:24:35 +02:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Maurizio Domba (mdwork)
b3ce5b4222 Fixes #1445 - doc fix in CCache 2012-09-21 09:51:36 +02:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Alexander Makarov
7b73df5383 Bug #1095: Added missing retry_interval parameter of addServer function call in CMemCache 2012-09-08 16:50:27 +04:00
resurtm
3984ea4423 Fixes bug 1066. 2012-08-03 15:35:21 +06:00
Lisio
67c6e8ce87 Fix missing retry_interval parameter in addServer call 2012-08-01 23:38:51 +04:00
resurtm
9c0f8d86e7 Tiny doc fix in CFileCache. 2012-07-19 00:00:36 +06:00
resurtm
b53241460e CMemCache::setValue() and CMemCache::addValue() change: expiration time for Memcache::set() and Memcached::set() now passed as seconds amount. Was UNIX timestamp. This is a documented feature of the memcache PHP extension, but now CMemCacheTest passes without fails. 2012-07-04 23:46:05 +06:00
resurtm
a26eecf1b0 CMemCacheTest fix. 2012-07-04 23:08:46 +06:00
resurtm
aea00958de CMemCacheTest fix. 2012-07-04 23:03:45 +06:00
resurtm
47b72a7c60 CMemCacheTest fix. 2012-07-04 23:01:34 +06:00
Qiang Xue
eb4d0bc8ad Refactored the support for customizing serialization methods for cache components 2012-06-16 00:42:13 -04:00
David Hrbáč
7c020a88a1 Corrected #578 extension checkig. Old solution breaks 'yiic message' 2012-06-11 19:55:11 +02:00
DaSourcerer
efefbfda1b Small error in phpdoc 2012-06-04 18:29:08 +03:00
DaSourcerer
8131016779 c&p error? 2012-05-24 12:22:56 +03:00
zilles
c2570a1149 Fixed bug with CDBCache::getValues() solving #660 2012-05-01 13:52:32 -07:00
Alexander Makarov
a4392cb83e Enh #578: Added extension checks to CMemCache 2012-05-01 20:45:49 +04:00
DaSourcerer
d2e85c6006 Added a warning to the CCache phpdoc regarding usage of the igbinary
serializer
2012-04-27 12:53:25 +02:00
DaSourcerer
dec9c4fd4c Add support for igbinary serialization 2012-04-26 15:02:10 +02:00
zilles
b4d226c0f3 Loop to produce $results for mget was setting the values correct. We want $results[<key>] = <value>, not $results[<key>] = $results[<value>] 2012-03-20 17:11:46 -07:00
Charles Pick
f38ec6cff5 165 - Rename reusable to reuseDependentData 2012-03-02 15:15:54 +00:00
Charles Pick
e2a6a320b1 165 Add whitespace 2012-02-26 18:18:37 +00:00
Charles Pick
3394722999 165 Clean up after feedback 2012-02-26 18:17:04 +00:00
Charles Pick
c5944b32a9 165 - Make CCacheDependency reusable 2012-02-25 20:43:13 +00:00
keyboard.idol
d537e5e96e Fixes issue 369 (Cache key prefixes and custom serializer) 2012-02-21 15:14:10 +01:00
keyboard.idol@gmail.com
74702a7c06 Added hint to CXCache about admin permissions for flush() 2012-02-13 16:19:25 +00:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
mdomba
346b84e5b0 (Fixes issue 3033) Fixed proper array merging in CDirectoryCacheDependency->generateTimestamps 2011-12-20 16:25:43 +00:00
mdomba
b98a6da8d4 (fixes issue 3000) updated memcached site link 2011-12-04 18:07:07 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
keyboard.idol@gmail.com
a3a07e9a57 Suppressing possible PHP error 2011-08-06 16:04:41 +00:00
qiang.xue
15f24c362c (Fixes issue 2555) 2011-06-23 14:29:56 +00:00
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +00:00
qiang.xue
49ed9238d5 (Fixes issue 2394) 2011-04-30 21:14:17 +00:00
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
mdomba
485c9f973e (fixes issue 2126) doc change, removed link from the first line 2011-02-22 08:44:33 +00:00
alexander.makarow
ec7b6ca98d Fixed CMemCache incompatibility with some pecl-memcache and memcached versions 2011-02-20 05:14:22 +00:00
qiang.xue
22621c5d08 * Added support for query caching. 2011-02-11 03:48:01 +00:00
keyboard.idol@gmail.com
4f5ed811de (Fixes issue 1994) 2011-01-14 09:53:06 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
mdomba
a94c075f78 Changed "int" to "integer" for consistency, in PHPDoc 2010-12-29 13:53:25 +00:00
qiang.xue
875abab8c6 (Fixes issue 1759) 2010-11-12 14:51:13 +00:00