https://bugzilla.wikimedia.org/show_bug.cgi?id=54483

--- Comment #1 from Brion Vibber <[email protected]> ---
$IP has already been used to load a bunch of code in WebStart.php long before
LocalSettings.php is loaded -- it's WAY too late to change $IP there.

The only semi-correct way I can see to change it is to set the MW_INSTALL_PATH
environment variable which can override the dirname(__FILE__) path, and I'm not
100% convinced that's actually useful for anything in the first place.

Comments in the code seem to indicate it can be used to override expansion of
symlinks, but that seems like a wonky idea -- you've already hit at least
index.php and includes/WebStart.php from the base directory, so you can't
really flip to another version or something.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to