summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon4-4/+4
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-03-03Updated tabs, reinserted license, and fixed logic on get()Mike Davies1-25/+37
2012-02-29Added support for Wincache when running CI on Windows boxesMike Davies1-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.
2012-02-15Lowered the file permissions for file caches.Yorick Peterse1-1/+1
See #1045 for more information. Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
2012-02-06Filesystem cache metadata function return correct TTL now.Burak Erdem1-2/+2
2012-01-23Updated redis driver doc block.Anton Lindqvist1-6/+18
2012-01-21Fixed syntax according to feedback.Anton Lindqvist1-17/+3
2012-01-21Added redis cache driver.Anton Lindqvist1-0/+217
2012-01-16APC throws "apc_store() expects parameter 3 to be long, string given". ↵Sean Fisher1-0/+1
Validates the TTL to an integer.
2012-01-02Updating copyright date to 2012Greg Aker4-4/+4
2011-12-25Improve the Cache libraryAndrey Andreev4-57/+46
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones4-19/+67
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-10-15Fix #576: using ini_get() to detect if apc is enabled or notBo-Yi Wu1-2/+2
2011-09-23resolve a difference between the two memcache set method parametersMark Huot1-1/+10
2011-09-16- check if file exists before unlinkingJeroen van der Gulik1-2/+9
2011-08-21Merge pull request #234 from johnbellone/issue31Greg Aker1-1/+1
Fix #31: Changing to set as add will not save over existing value
2011-08-21Cleaning up some tabs/spaces issues. Also stripped trailing white space ↵Greg Aker1-52/+51
from the file.
2011-08-21Merge branch 'issue45' of https://github.com/johnbellone/CodeIgniter into ↵Greg Aker1-9/+39
johnbellone-issue45
2011-08-21I hate tabsJohn Bellone1-2/+2
2011-08-21Fixing stylish thingsJohn Bellone1-5/+10
2011-08-21Changing to set as add will not save over existing valueJohn Bellone1-1/+1
2011-08-21Nah, who needs this?John Bellone1-0/+3
2011-08-21Returning value from _setup_memcached() nowJohn Bellone1-3/+2
2011-08-21Fixing configurationJohn Bellone1-3/+16
2011-08-21Formatting, damn tabsJohn Bellone1-3/+3
2011-08-21Making changes to support other Memcached extensionJohn Bellone1-2/+12
2011-08-20Resolved issue 48. Removed unneeded array copy.Ben Edmunds1-2/+2
2011-08-20Resolved issue 160. Removed unneeded array copy.Ben Edmunds1-3/+2
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones2-32/+32
broke the Typography class's string replacements, for instance
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones2-32/+32
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican2-32/+32
2011-04-18Changed path in footer comment of cache dummy.Eric Barnes1-12/+12
2011-04-02Added CI_ Prefix to the Cache driver.Phil Sturgeon4-4/+4
2011-02-14Fix #329 where the file caching driver referenced the incorrect cache directory.Greg Aker1-1/+1
2011-01-29Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers.Greg Aker2-2/+2
2011-01-28updating copyrights to 2011Derek Jones4-4/+4
2010-12-21Initial commit of Caching Driver.Greg Aker4-0/+685