Go to the source code of this file.
Classes | |
| class | ConfigData |
Enumerations | |
| enum | MW_NO_OUTPUT_BUFFER |
Variables | |
| $wgRequestTime = microtime( true ) | |
| $wgMaxShellMemory = 0 | |
| $wgShowExceptionDetails = true | |
| $wgShowSQLErrors = true | |
| $ourdb = array() | |
| $ourdb ['mysql'] | |
| $ourdb ['postgres'] | |
| $ourdb ['sqlite'] | |
| $ourdb ['mssql'] | |
| $ourdb ['ibm_db2'] | |
| $ourdb ['oracle'] | |
| if(file_exists("../LocalSettings.php")) if(file_exists("./LocalSettings.php")) | if (!is_writable(".")) |
| $mainListOpened = true | |
| $endl | |
| $conf = new ConfigData | |
| $self = 'Installer' | |
| $phpdatabases = array() | |
| if(!$phpdatabases) print< li > Found database drivers | for |
| $DefaultDBtype = '' | |
| foreach(array_keys($ourdb) AS $db) print</li > | n |
| print< li > PHP server API is | $sapi |
| $script = defined('MW_INSTALL_PHP5_EXT') ? 'index.php5' : 'index.php' | |
| $conf | xml = function_exists( "utf8_encode" ) |
| enum MW_NO_OUTPUT_BUFFER |
Definition at line 336 of file Installer.php.
| $conf = new ConfigData |
Definition at line 337 of file Installer.php.
Referenced by Parser_LinkHooks::__construct(), Parser::__construct(), LCStore_CDB::__construct(), do_postgres_updates(), RebuildLocalisationCache::execute(), PoolCounter::factory(), and getSiteParams().
| $DefaultDBtype = '' |
Definition at line 368 of file Installer.php.
| $endl |
| $mainListOpened = true |
Definition at line 332 of file Installer.php.
| $ourdb['oracle'] |
Initial value:
array(
'fullname' => 'Oracle',
'havedriver' => 0,
'compile' => 'oci8',
'bgcolor' => '#ffeba1',
'rootuser' => 'sys',
'serverless' => false
)
Definition at line 107 of file Installer.php.
| $ourdb['ibm_db2'] |
Initial value:
array(
'fullname' => 'DB2',
'havedriver' => 0,
'compile' => 'ibm_db2',
'bgcolor' => '#ffeba1',
'rootuser' => 'db2admin',
'serverless' => false
)
Definition at line 98 of file Installer.php.
| $ourdb['mssql'] |
Initial value:
array(
'fullname' => 'MSSQL',
'havedriver' => 0,
'compile' => 'mssql_not_ready', # Change to 'mssql' after includes/DatabaseMssql.php added;
'bgcolor' => '#ffc0cb',
'rootuser' => 'administrator',
'serverless' => false
)
Definition at line 89 of file Installer.php.
| $ourdb['sqlite'] |
Initial value:
array(
'fullname' => 'SQLite',
'havedriver' => 0,
'compile' => 'pdo_sqlite',
'bgcolor' => '#b1ebb1',
'rootuser' => '',
'serverless' => true
)
Definition at line 80 of file Installer.php.
| $ourdb['postgres'] |
Initial value:
array(
'fullname' => 'PostgreSQL',
'havedriver' => 0,
'compile' => 'pgsql',
'bgcolor' => '#aaccff',
'rootuser' => 'postgres',
'serverless' => false
)
Definition at line 71 of file Installer.php.
| $ourdb['mysql'] |
Initial value:
array(
'fullname' => 'MySQL',
'havedriver' => 0,
'compile' => 'mysql',
'bgcolor' => '#ffe5a7',
'rootuser' => 'root',
'serverless' => false
)
Definition at line 62 of file Installer.php.
| $ourdb = array() |
Definition at line 60 of file Installer.php.
| $phpdatabases = array() |
Definition at line 345 of file Installer.php.
| print<li> PHP server API is $sapi |
Definition at line 429 of file Installer.php.
| $script = defined('MW_INSTALL_PHP5_EXT') ? 'index.php5' : 'index.php' |
Definition at line 443 of file Installer.php.
Referenced by OutputPage::addScript(), EnhancedChangesList::beginRecentChangesList(), ProtectionForm::buildCleanupScript(), EditPage::getEditToolbar(), ImageHandler::getScriptedTransform(), File::getTransformScript(), ApiFormatBase::initPrinter(), File::transform(), and wfShellExec().
| $self = 'Installer' |
Definition at line 340 of file Installer.php.
Referenced by LoginForm::addNewAccount(), SpecialNewpages::filterLinks(), ImagePage::getDuplicates(), UsersPager::getPageHeader(), ActiveUsersPager::getPageHeader(), Maintenance::loadParamsAndArgs(), LoginForm::makeLanguageSelectorLink(), ProfilerSimpleTrace::profileOut(), SpecialAllpages::showChunk(), SpecialResetpass::showForm(), WatchlistEditor::showNormalForm(), SpecialPrefixindex::showPrefixChunk(), WatchlistEditor::showRawForm(), UndeleteForm::showRevision(), and wfSpecialLinkSearch().
| $wgMaxShellMemory = 0 |
| $wgRequestTime = microtime( true ) |
Definition at line 32 of file Installer.php.
Referenced by ProfilerSimpleTrace::__construct(), ProfilerSimple::__construct(), Profiler::__construct(), DatabaseBase::query(), Maintenance::setup(), wfLogProfilingData(), and wfReportTime().
| $wgShowExceptionDetails = true |
Definition at line 55 of file Installer.php.
Referenced by do_postgres_updates(), MWException::getHTML(), MWException::getText(), and ApiMain::substituteResultWithError().
| $wgShowSQLErrors = true |
Definition at line 56 of file Installer.php.
Referenced by Maintenance::finalSetup(), DBQueryError::getSQL(), and ApiMain::substituteResultWithError().
Definition at line 355 of file Installer.php.
| if (file_exists("../LocalSettings.php")) if (file_exists("./LocalSettings.php")) if(!is_writable(".")) |
Definition at line 261 of file Installer.php.
Definition at line 369 of file Installer.php.
Referenced by WikiDiff3::diff(), WikiDiff3::diff_range(), and CheckLanguageCLI::help().
| $conf xml = function_exists( "utf8_encode" ) |
Definition at line 451 of file Installer.php.
Referenced by DjVuImage::convertDumpToXML(), importPages(), AtomFeed::outHeader(), CreativeCommonsRdf::prologue(), and DublinCoreRdf::prologue().
1.5.9