* Added a test for a link with multiple pipes
[lhc/web/wiklou.git] / includes / ObjectCache.php
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...