Consolidated web initialisation code into includes/WebStart.php. Moved profiling...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 14 Jul 2006 05:35:31 +0000 (05:35 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 14 Jul 2006 05:35:31 +0000 (05:35 +0000)
commit3ea576aa259b9f990e18aa3c58c62036d80c3ce3
tree652896cfb94064ed6824a5d19f91db5d7bde3e1d
parent0256e2c6482d20709fc05b5f8fe4a2cd8c70544b
Consolidated web initialisation code into includes/WebStart.php. Moved profiling setup to a hook file "StartProfiler.php", following Brion's suggestion to merge Wikimedia's early profiling patch into subversion. Renamed Profiling.php and logProfilingData(), removed unnecessary wfProfileClose() calls.
19 files changed:
StartProfiler.php [new file with mode: 0644]
img_auth.php
includes/AutoLoader.php
includes/DefaultSettings.php
includes/Exception.php
includes/GlobalFunctions.php
includes/Profiler.php [new file with mode: 0644]
includes/ProfilerSimple.php
includes/ProfilerSimpleUDP.php
includes/ProfilerStub.php
includes/Profiling.php [deleted file]
includes/Setup.php
includes/WebStart.php [new file with mode: 0644]
includes/Wiki.php
index.php
profileinfo.php
redirect.php
thumb.php
trackback.php