* (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 15 May 2005 10:37:56 +0000 (10:37 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 15 May 2005 10:37:56 +0000 (10:37 +0000)
commite19a4391b5b861d60e9b3accafc62e9e2a87ef4c
tree1b1eb61ba6febe3cdeb9f197d2880e08b1764425
parentbd6d71b204bd184f328e0b924a50e711732b9ccf
* (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir
before trying /tmp; new wfTempDir() function to centralize this
* Fix parser test database usage; runs on a single connection again by not
creating new LoadBalancer instances all the time
RELEASE-NOTES
includes/GlobalFunctions.php
includes/ParserXML.php
maintenance/parserTests.php
tests/GlobalTest.php