aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ObjectCache.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3Brion Vibber2005-07-221-4/+7
* try disabling persistant connectionsRiver Tarnell2005-07-071-1/+1
* fix some issues with phpdocAntoine Musso2005-07-051-4/+10
* don't try to redeclare classesRiver Tarnell2005-07-021-3/+5
* * Add a trailing newline in die()Ævar Arnfjörð Bjarmason2005-04-131-1/+1
* Adding cache related stuff to a new 'Cache' subpackageÆvar Arnfjörð Bjarmason2005-04-121-0/+4
* Smarter, more flexible cache type selection. Moved entire contents of ObjectC...Tim Starling2005-04-091-474/+87
* Don't clear objectcache on every query, I doubt there was any good reason for...Tim Starling2005-03-271-5/+8
* eAccelerator caching support, patches from Jamie BlissBrion Vibber2005-03-021-0/+38
* * (bug 1431) Avoid redundant objectcache garbage collectionBrion Vibber2005-02-071-2/+12
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* Use compression in the objectcache table if zlib support is available.Brion Vibber2004-11-221-2/+34
* Fixed bug with Turck MMCache wrapper, and made it the default where Turck is ...Tim Starling2004-10-231-3/+18
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+6
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-12/+33
* Table prefix bugsTim Starling2004-08-271-1/+16
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-12/+12
* New feature: Turck MMCache shared memory as a lightweight, windows-compatible...Tim Starling2004-08-211-8/+52
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-5/+5
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-5/+10
* The ampersand for references is unnecessary when the function is declared to ...Brion Vibber2004-06-121-1/+1
* * abstraction layer fixupsDomas Mituzas2004-06-111-8/+11
* Use DatabaseFunctions layer instead of copy-paste one :)Domas Mituzas2004-06-101-25/+12
* Add an objectcache table for limited caching when memcached isn'tBrion Vibber2004-05-091-0/+320