Allow installing and running the wiki on a server where ini_set has been
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 9 May 2004 10:37:00 +0000 (10:37 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 9 May 2004 10:37:00 +0000 (10:37 +0000)
commit762b8e9b47bc7b35e76cd854e79b13f941b47e88
tree4aae2cc380ad12e24d847ac7d2bd58bd29299dc5
parente5b273261a388eb01805c61301772ec9d909c740
Allow installing and running the wiki on a server where ini_set has been
disabled via disable_functions in php.ini (bug #928168)

The PHPTal skin doesn't function unless the PEAR bits are in include_path,
so it's disabled if ini_set can't be used. If the files are manually placed
or a real PEAR installation is available with the right stuff, one can
use $wgUsePHPTal = true;

There are likely other things that need to be taken into account for
restricted environments. Maintenance scripts haven't been tweaked for
such an environment yet either.
config/index.php
includes/DefaultSettings.php
includes/Parser.php
includes/Setup.php
index.php
languages/LanguageUtf8.php