require_once() makes about 20 syscalls in the process of checking if the file has...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 13 Jan 2006 09:31:51 +0000 (09:31 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 13 Jan 2006 09:31:51 +0000 (09:31 +0000)
commitc0dbf45f72dc510b50d2164bee1dfc26c88176d8
treefb64a994becb957ff9577f7ff98a9ebfee0f129b
parent04a7e6291ee4559b3031a91cb7c53eeaa7310421
require_once() makes about 20 syscalls in the process of checking if the file has been included before. Moving it outside the loop.
includes/Setup.php