Spaces to tabs
[lhc/web/wiklou.git] / includes / ObjectCache.php
2010-08-14 Alexandre EmsenhuberSeems I forgot to commit this file with r71078
2010-05-13 Chad Horohoe(bug 22844) Support Micosoft Windows Cache aka WINCACHE
2010-02-16 Max SemenikRemoved MMCache support, this thing is dead. Partially...
2010-02-09 Alexandre EmsenhuberFixed a doxygen warnng
2009-11-20 Alexandre Emsenhuber* (bug 21403) memcached class renamed to MWMemecached...
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-07-30 Niklas LaxströmConsistent letter case
2008-11-14 Alexandre Emsenhuber* Removed the inclusion of memcached-client.php since...
2008-09-27 Aaron Schulzobjectcache cleanup (bug 7474)
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-09 Tim StarlingNo need for a second newline
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-08 Rob Church* (bug 10181) Support the XCache object caching mechani...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-10-11 Brion VibberRevert r16928: crashed Wikimedia by breaking memcached
2006-10-11 Tim StarlingBug 7474, CACHE_DB/CACHE_MEMCACHED confusion
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-28 Domas MituzasAdd APC shared memory caching support, for those who...
2006-02-19 Domas Mituzasadd knob for persistent MC connections
2006-01-14 Domas MituzasBe less anal about entry points, class definitions...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-07-07 River Tarnelltry disabling persistant connections
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-07-02 River Tarnelldon't try to redeclare classes
2005-04-13 Ævar Arnfjörð Bjar... * Add a trailing newline in die()
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2005-04-09 Tim StarlingSmarter, more flexible cache type selection. Moved...
2005-03-27 Tim StarlingDon't clear objectcache on every query, I doubt there...
2005-03-02 Brion VibbereAccelerator caching support, patches from Jamie Bliss
2005-02-07 Brion Vibber* (bug 1431) Avoid redundant objectcache garbage collection
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-22 Brion VibberUse compression in the objectcache table if zlib suppor...
2004-10-23 Tim StarlingFixed bug with Turck MMCache wrapper, and made it the...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-27 Tim StarlingTable prefix bugs
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim StarlingNew feature: Turck MMCache shared memory as a lightweig...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-12 Brion VibberThe ampersand for references is unnecessary when the...
2004-06-11 Domas Mituzas* abstraction layer fixups
2004-06-10 Domas MituzasUse DatabaseFunctions layer instead of copy-paste one :)
2004-05-09 Brion VibberAdd an objectcache table for limited caching when memca...