Commit graph

4 commits

Author SHA1 Message Date
Brion Vibber
88d7463ce2 The ampersand for references is unnecessary when the function is declared to accept references as parameters. Further, it produces a warning on some PHP versions (such as the 4.3.6 that comes with Fedora Core 2). Removing... 2004-06-12 03:17:39 +00:00
Domas Mituzas
19fd8735e4 * abstraction layer fixups
* use fetchobject instead of fetchrow
* fix time desync between time() and NOW(). use time()
2004-06-11 14:40:52 +00:00
Domas Mituzas
bb35912240 Use DatabaseFunctions layer instead of copy-paste one :) 2004-06-10 13:03:37 +00:00
Brion Vibber
0c2fba0ac4 Add an objectcache table for limited caching when memcached isn't
available. Currently using for the message cache to avoid reading
every message separately. This now is only slightly slower than
memcached in my tests when $wgUseDatabaseMessages is enabled, so
it's a bit of a speedup for common hosts.
2004-05-09 05:12:55 +00:00