Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-22 | Cache: is_supported | Fieah | 1 | -1/+1 | |
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-09 | Implement atomic increment/decrement in Cache library | Andrey Andreev | 1 | -6/+41 | |
Requested via issue #109 Supersedes PR #241 | |||||
2013-07-30 | Cache Log Error Levels | Tyler Brownell | 1 | -1/+1 | |
The log messages in the cache drvier's is_supported calls are more suited for the debug level. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -4/+4 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -2/+3 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-07-13 | Some adjustments in inline documentation | vlakoff | 1 | -1/+1 | |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -1/+1 | |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cache ↵ | Andrey Andreev | 1 | -5/+2 | |
library and drivers | |||||
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 1 | -31/+29 | |
2012-03-03 | Updated tabs, reinserted license, and fixed logic on get() | Mike Davies | 1 | -25/+37 | |
2012-02-29 | Added support for Wincache when running CI on Windows boxes | Mike Davies | 1 | -0/+155 | |
Wincache is directly analogous to APC, except with less problems on a Windows environment. Performance wise they are almost identical (for user mode caching at least). Need to have the Wincache PHP module downloaded from http://www.iis.net/download/wincacheforphp. |