Replacing a live hack in wfIncrStats:
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 29 Jan 2008 00:49:06 +0000 (00:49 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 29 Jan 2008 00:49:06 +0000 (00:49 +0000)
commit61cd5b2313a74860c088bcad3d2097b2548af66a
tree04c06274488189e2202653b1b58f846dfbfb5327
parent24cf0360faa561f028c2cebf2af7e1d18f4439d7
Replacing a live hack in wfIncrStats:
Add $wgStatsMethod to control how (and whether) to update the stats.
Setting to 'cache' (the default) gives the previous behavior of updating in $wgMemc.
Setting to 'udp' sends a line to the UDP profiling host.
Setting to false or 'disabled' or whatever will disable it.
includes/DefaultSettings.php
includes/GlobalFunctions.php