Break installer guts out of config/index.php so we can display the "arglebargle need...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 19 Aug 2009 17:03:00 +0000 (17:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 19 Aug 2009 17:03:00 +0000 (17:03 +0000)
commiteec1e42eea8657172f5f226ef13412e12703cfa5
treecbbf14680c1f86c34685f5a32db052564e5f2a34
parent5f4371ac1aa5d267801e264f3aa81bcc63e123b3
Break installer guts out of config/index.php so we can display the "arglebargle need PHP 5" error.
The installer now uses enough PHP 5 features that PHP 4 won't even parse the file. :)

Still todo:
* auto-forward hits from index.php to index.php5 on a PHP 4/5 mixed setup
config/Installer.php [new file with mode: 0644]
config/index.php